UNPKG

@zag-js/steps

Version:

Core logic for the steps widget implemented as a state machine

8 lines (5 loc) 198 B
import * as _zag_js_core from '@zag-js/core'; import { StepsSchema } from './steps.types.js'; import '@zag-js/types'; declare const machine: _zag_js_core.Machine<StepsSchema>; export { machine };