slug-code/components/wizard/index.ts
2026-03-31 12:46:52 -04:00

9 lines
328 B
TypeScript

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'