UNPKG

@zag-js/tour

Version:

Core logic for the tour widget implemented as a state machine

11 lines (8 loc) 276 B
import * as _zag_js_core from '@zag-js/core'; import { TourSchema } from './tour.types.js'; import '@zag-js/dismissable'; import '@zag-js/popper'; import '@zag-js/types'; import './utils/rect.js'; declare const machine: _zag_js_core.Machine<TourSchema>; export { machine };