@zag-js/listbox
Version:
Core logic for the listbox widget implemented as a state machine
7 lines (4 loc) • 449 B
text/typescript
import * as _zag_js_anatomy from '@zag-js/anatomy';
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"label" | "input" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "content" | "root" | "valueText">;
declare const parts: Record<"label" | "input" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "content" | "root" | "valueText", _zag_js_anatomy.AnatomyPart>;
export { anatomy, parts };