@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
21 lines (20 loc) • 1.82 kB
TypeScript
export type { StepChangeDetails } from '@zag-js/steps';
export { StepsCompletedContent, type StepsCompletedContentBaseProps, type StepsCompletedContentProps, } from './steps-completed-content';
export { StepsContent, type StepsContentBaseProps, type StepsContentProps } from './steps-content';
export { StepsContext, type StepsContextProps } from './steps-context';
export { StepsIndicator, type StepsIndicatorBaseProps, type StepsIndicatorProps } from './steps-indicator';
export { StepsItem, type StepsItemBaseProps, type StepsItemProps } from './steps-item';
export { StepsItemContext, type StepsItemContextProps } from './steps-item-context';
export { StepsList, type StepsListBaseProps, type StepsListProps } from './steps-list';
export { StepsNextTrigger, type StepsNextTriggerBaseProps, type StepsNextTriggerProps } from './steps-next-trigger';
export { StepsPrevTrigger, type StepsPrevTriggerBaseProps, type StepsPrevTriggerProps } from './steps-prev-trigger';
export { StepsProgress, type StepsProgressBaseProps, type StepsProgressProps } from './steps-progress';
export { StepsRoot, type StepsRootBaseProps, type StepsRootProps } from './steps-root';
export { StepsRootProvider, type StepsRootProviderBaseProps, type StepsRootProviderProps } from './steps-root-provider';
export { StepsSeparator, type StepsSeparatorBaseProps, type StepsSeparatorProps } from './steps-separator';
export { StepsTrigger, type StepsTriggerBaseProps, type StepsTriggerProps } from './steps-trigger';
export { stepsAnatomy } from './steps.anatomy';
export { useSteps, type UseStepsProps, type UseStepsReturn } from './use-steps';
export { useStepsContext, type UseStepsContext } from './use-steps-context';
export { useStepsItemContext, type UseStepsItemContext } from './use-steps-item-context';
export * as Steps from './steps';