π File detail
components/wizard/index.ts
π§© .tsπ 10 linesπΎ 328 bytesπ text
β Back to All Filesπ― Use case
This file lives under βcomponents/β, which covers shared React UI pieces. On the API surface it exposes useWizard, WizardDialogLayout, WizardNavigationFooter, and WizardProvider β mainly types, interfaces, or factory objects. It composes internal code from types, useWizard, WizardDialogLayout, WizardNavigationFooter, and WizardProvider (relative imports).
Generated from folder role, exports, dependency roots, and inline comments β not hand-reviewed for every path.
π§ Inline summary
export type { WizardContextValue, WizardProviderProps, WizardStepComponent, } from './types.js'
π€ Exports (heuristic)
useWizardWizardDialogLayoutWizardNavigationFooterWizardProvider
π₯οΈ Source preview
export type {
WizardContextValue,
WizardProviderProps,
WizardStepComponent,
} from './types.js'
export { useWizard } from './useWizard.js'
export { WizardDialogLayout } from './WizardDialogLayout.js'
export { WizardNavigationFooter } from './WizardNavigationFooter.js'
export { WizardProvider } from './WizardProvider.js'