UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

21 lines (20 loc) 1.77 kB
export type { StepDetails as TourStepDetails } from '@zag-js/tour'; export { TourActionTrigger, type TourActionTriggerBaseProps, type TourActionTriggerProps } from './tour-action-trigger'; export { TourActions, type TourActionsProps } from './tour-actions'; export { TourArrow, type TourArrowBaseProps, type TourArrowProps } from './tour-arrow'; export { TourArrowTip, type TourArrowTipBaseProps, type TourArrowTipProps } from './tour-arrow-tip'; export { TourBackdrop, type TourBackdropBaseProps, type TourBackdropProps } from './tour-backdrop'; export { TourCloseTrigger, type TourCloseTriggerBaseProps, type TourCloseTriggerProps } from './tour-close-trigger'; export { TourContent, type TourContentBaseProps, type TourContentProps } from './tour-content'; export { TourContext, type TourContextProps } from './tour-context'; export { TourControl, type TourControlBaseProps, type TourControlProps } from './tour-control'; export { TourDescription, type TourDescriptionBaseProps, type TourDescriptionProps } from './tour-description'; export { TourPositioner, type TourPositionerBaseProps, type TourPositionerProps } from './tour-positioner'; export { TourProgressText, type TourProgressTextBaseProps, type TourProgressTextProps } from './tour-progress-text'; export { TourRoot, type TourRootBaseProps, type TourRootProps } from './tour-root'; export { TourSpotlight, type TourSpotlightBaseProps, type TourSpotlightProps } from './tour-spotlight'; export { TourTitle, type TourTitleBaseProps, type TourTitleProps } from './tour-title'; export { tourAnatomy } from './tour.anatomy'; export { useTour, type UseTourProps, type UseTourReturn } from './use-tour'; export { useTourContext, type UseTourContext } from './use-tour-context'; export * as Tour from './tour';