@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
7 lines • 701 B
JavaScript
// Automatically generated
export var USE_DIALOG_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal"];
export var DIALOG_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"];
export var DIALOG_KEYS = [...DIALOG_STATE_KEYS, "hideOnEsc", "hideOnClickOutside", "preventBodyScroll", "unstable_initialFocusRef", "unstable_finalFocusRef", "unstable_orphan", "unstable_autoFocusOnShow", "unstable_autoFocusOnHide"];
export var DIALOG_BACKDROP_KEYS = [...DIALOG_STATE_KEYS, "preventBodyScroll"];
export var DIALOG_DISCLOSURE_KEYS = DIALOG_STATE_KEYS;
//# sourceMappingURL=__keys.js.map