UNPKG

chakra-ui-steps

Version:

Steps component designed to work seamlessly with Chakra UI

7 lines 310 B
export { Step } from './components/Step'; export type { StepProps } from './components/Step'; export { Steps } from './components/Steps'; export type { StepsProps } from './components/Steps'; export { useSteps } from './hooks/useSteps'; export { StepsTheme } from './theme'; //# sourceMappingURL=index.d.ts.map