UNPKG

@zag-js/steps

Version:

Core logic for the steps widget implemented as a state machine

11 lines (10 loc) 236 B
// src/index.ts import { anatomy } from "./steps.anatomy.mjs"; import { connect } from "./steps.connect.mjs"; import { machine } from "./steps.machine.mjs"; export * from "./steps.props.mjs"; export { anatomy, connect, machine };