UNPKG

@zag-js/splitter

Version:

Core logic for the splitter widget implemented as a state machine

9 lines (6 loc) 237 B
import * as _zag_js_core from '@zag-js/core'; import { SplitterSchema } from './splitter.types.js'; import '@zag-js/types'; import './utils/registry.js'; declare const machine: _zag_js_core.Machine<SplitterSchema>; export { machine };