UNPKG

@zag-js/editable

Version:

Core logic for the editable widget implemented as a state machine

9 lines (6 loc) 242 B
import * as _zag_js_core from '@zag-js/core'; import { EditableSchema } from './editable.types.js'; import '@zag-js/interact-outside'; import '@zag-js/types'; declare const machine: _zag_js_core.Machine<EditableSchema>; export { machine };