UNPKG

@zag-js/slider

Version:

Core logic for the slider widget implemented as a state machine

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