UNPKG

@zag-js/tour

Version:

Core logic for the tour widget implemented as a state machine

12 lines (11 loc) 266 B
// src/index.ts import { anatomy } from "./tour.anatomy.mjs"; import { connect } from "./tour.connect.mjs"; import { machine } from "./tour.machine.mjs"; export * from "./tour.props.mjs"; export * from "./utils/wait.mjs"; export { anatomy, connect, machine };