UNPKG

@zag-js/tour

Version:

Core logic for the tour widget implemented as a state machine

14 lines (13 loc) 1 kB
export { FocusOutsideEvent, InteractOutsideEvent, PointerDownOutsideEvent } from '@zag-js/dismissable'; export { anatomy } from './tour.anatomy.mjs'; export { connect } from './tour.connect.mjs'; export { machine } from './tour.machine.mjs'; export { props, splitProps } from './tour.props.mjs'; export { TourApi as Api, ElementIds, IntlTranslations, TourMachine as Machine, ProgressTextDetails, TourProps as Props, TourService as Service, StatusChangeDetails, StepAction, StepActionFn, StepActionMap, StepActionTriggerProps, StepActionType, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepEffectCleanup, StepPlacement, StepStatus, StepType, StepsChangeDetails } from './tour.types.mjs'; export { waitForElementValue } from './utils/wait.mjs'; export { Point } from './utils/rect.mjs'; export { WaitForOptions as WaitOptions, waitForElement, waitForPromise } from '@zag-js/dom-query'; import '@zag-js/anatomy'; import '@zag-js/types'; import '@zag-js/core'; import '@zag-js/popper';