UNPKG

@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

18 lines (17 loc) 1.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USE_PICKER_BASE_STATE_KEYS = exports.PICKER_BASE_TRIGGER_KEYS = exports.PICKER_BASE_STATE_KEYS = exports.PICKER_BASE_KEYS = exports.PICKER_BASE_CONTENT_KEYS = void 0; // Automatically generated var USE_PICKER_BASE_STATE_KEYS = ["baseId", "visible", "animated", "modal", "placement", "unstable_fixed", "unstable_flip", "unstable_offset", "gutter", "unstable_preventOverflow", "isDisabled", "isReadOnly", "pickerId", "dialogId", "segmentFocus"]; exports.USE_PICKER_BASE_STATE_KEYS = USE_PICKER_BASE_STATE_KEYS; var PICKER_BASE_STATE_KEYS = ["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"]; exports.PICKER_BASE_STATE_KEYS = PICKER_BASE_STATE_KEYS; var PICKER_BASE_KEYS = PICKER_BASE_STATE_KEYS; exports.PICKER_BASE_KEYS = PICKER_BASE_KEYS; var PICKER_BASE_CONTENT_KEYS = PICKER_BASE_KEYS; exports.PICKER_BASE_CONTENT_KEYS = PICKER_BASE_CONTENT_KEYS; var PICKER_BASE_TRIGGER_KEYS = PICKER_BASE_CONTENT_KEYS; exports.PICKER_BASE_TRIGGER_KEYS = PICKER_BASE_TRIGGER_KEYS; //# sourceMappingURL=__keys.js.map