claude/components/wizard/index.ts
kuberwastaken ec53fcbe95 init
2026-03-31 16:25:52 +05:30

10 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'