UNPKG

@zag-js/toggle-group

Version:

Core logic for the toggle widget implemented as a state machine

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