@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
6 lines (5 loc) • 2.33 kB
TypeScript
export declare const USE_PICKER_BASE_STATE_KEYS: readonly ["baseId", "visible", "animated", "modal", "placement", "unstable_fixed", "unstable_flip", "unstable_offset", "gutter", "unstable_preventOverflow", "isDisabled", "isReadOnly", "pickerId", "dialogId", "segmentFocus"];
export declare const PICKER_BASE_STATE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "animated", "animating", "setBaseId", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "modal", "unstable_disclosureRef", "setModal", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "place", "pickerId", "dialogId", "isDisabled", "isReadOnly", "segmentFocus"];
export declare const PICKER_BASE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "animated", "animating", "setBaseId", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "modal", "unstable_disclosureRef", "setModal", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "place", "pickerId", "dialogId", "isDisabled", "isReadOnly", "segmentFocus"];
export declare const PICKER_BASE_CONTENT_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "animated", "animating", "setBaseId", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "modal", "unstable_disclosureRef", "setModal", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "place", "pickerId", "dialogId", "isDisabled", "isReadOnly", "segmentFocus"];
export declare const PICKER_BASE_TRIGGER_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "animated", "animating", "setBaseId", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "modal", "unstable_disclosureRef", "setModal", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "place", "pickerId", "dialogId", "isDisabled", "isReadOnly", "segmentFocus"];