UNPKG

@zag-js/editable

Version:

Core logic for the editable widget implemented as a state machine

10 lines (9 loc) 621 B
export { FocusOutsideEvent, InteractOutsideEvent, PointerDownOutsideEvent } from '@zag-js/interact-outside'; export { anatomy } from './editable.anatomy.js'; export { connect } from './editable.connect.js'; export { machine } from './editable.machine.js'; export { props, splitProps } from './editable.props.js'; export { ActivationMode, EditableApi as Api, EditChangeDetails, ElementIds, IntlTranslations, EditableMachine as Machine, EditableProps as Props, EditableService as Service, SubmitMode, ValueChangeDetails } from './editable.types.js'; import '@zag-js/anatomy'; import '@zag-js/core'; import '@zag-js/types';