@zag-js/editable
Version:
Core logic for the editable widget implemented as a state machine
10 lines (9 loc) • 626 B
text/typescript
export { FocusOutsideEvent, InteractOutsideEvent, PointerDownOutsideEvent } from '@zag-js/interact-outside';
export { anatomy } from './editable.anatomy.mjs';
export { connect } from './editable.connect.mjs';
export { machine } from './editable.machine.mjs';
export { props, splitProps } from './editable.props.mjs';
export { ActivationMode, EditableApi as Api, EditChangeDetails, ElementIds, IntlTranslations, EditableMachine as Machine, EditableProps as Props, EditableService as Service, SubmitMode, ValueChangeDetails } from './editable.types.mjs';
import '@zag-js/anatomy';
import '@zag-js/core';
import '@zag-js/types';