πŸ“„ 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)

  • useWizard
  • WizardDialogLayout
  • WizardNavigationFooter
  • WizardProvider

πŸ–₯️ 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'