UNPKG

@zag-js/tags-input

Version:

Core logic for the tags-input widget implemented as a state machine

10 lines (7 loc) 277 B
import * as _zag_js_core from '@zag-js/core'; import { TagsInputSchema } from './tags-input.types.mjs'; import '@zag-js/interact-outside'; import '@zag-js/live-region'; import '@zag-js/types'; declare const machine: _zag_js_core.Machine<TagsInputSchema>; export { machine };