@zag-js/editable
Version:
Core logic for the editable widget implemented as a state machine
7 lines (4 loc) • 421 B
TypeScript
import * as _zag_js_anatomy from '@zag-js/anatomy';
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "area" | "label" | "preview" | "input" | "editTrigger" | "submitTrigger" | "cancelTrigger" | "control">;
declare const parts: Record<"root" | "area" | "label" | "preview" | "input" | "editTrigger" | "submitTrigger" | "cancelTrigger" | "control", _zag_js_anatomy.AnatomyPart>;
export { anatomy, parts };