@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
12 lines • 1.2 kB
JavaScript
// Automatically generated
export var POPOVER_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "modal", "disclosureRef", "popperStyles", "arrowStyles", "placedSide", "placedAlign", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "anchor", "popper", "arrow", "setBaseId", "show", "hide", "toggle", "setVisible", "setModal", "setSide", "setAlign", "setSideOffset", "setAlignOffset", "setArrowOffset", "setCollisionTolerance", "setAnchor", "setPopper", "setArrow"];
export var USE_POPOVER_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "enableCollisionsDetection"];
export var POPOVER_KEYS = POPOVER_STATE_KEYS;
export var POPOVER_ANCHOR_KEYS = POPOVER_KEYS;
export var POPOVER_ARROW_KEYS = POPOVER_ANCHOR_KEYS;
export var POPOVER_ARROW_CONTENT_KEYS = POPOVER_ARROW_KEYS;
export var POPOVER_BACKDROP_KEYS = POPOVER_ARROW_CONTENT_KEYS;
export var POPOVER_CONTENT_KEYS = POPOVER_BACKDROP_KEYS;
export var POPOVER_DISCLOSURE_KEYS = POPOVER_CONTENT_KEYS;
export var POPOVER_TRIGGER_KEYS = POPOVER_DISCLOSURE_KEYS;
//# sourceMappingURL=__keys.js.map