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

6 lines (5 loc) 1.07 kB
export declare const USE_DIALOG_STATE_KEYS: readonly ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal"]; export declare const DIALOG_STATE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"]; export declare const DIALOG_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal", "hideOnEsc", "hideOnClickOutside", "preventBodyScroll", "unstable_initialFocusRef", "unstable_finalFocusRef", "unstable_orphan", "unstable_autoFocusOnShow", "unstable_autoFocusOnHide"]; export declare const DIALOG_BACKDROP_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal", "preventBodyScroll"]; export declare const DIALOG_DISCLOSURE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"];