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) 960 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USE_DRAWER_STATE_KEYS = exports.DRAWER_STATE_KEYS = exports.DRAWER_KEYS = exports.DRAWER_DISCLOSURE_KEYS = exports.DRAWER_BACKDROP_KEYS = void 0; // Automatically generated var USE_DRAWER_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal"]; exports.USE_DRAWER_STATE_KEYS = USE_DRAWER_STATE_KEYS; var DRAWER_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "modal", "disclosureRef", "setBaseId", "show", "hide", "toggle", "setVisible", "setModal"]; exports.DRAWER_STATE_KEYS = DRAWER_STATE_KEYS; var DRAWER_KEYS = [].concat(DRAWER_STATE_KEYS, ["placement"]); exports.DRAWER_KEYS = DRAWER_KEYS; var DRAWER_BACKDROP_KEYS = DRAWER_STATE_KEYS; exports.DRAWER_BACKDROP_KEYS = DRAWER_BACKDROP_KEYS; var DRAWER_DISCLOSURE_KEYS = DRAWER_BACKDROP_KEYS; exports.DRAWER_DISCLOSURE_KEYS = DRAWER_DISCLOSURE_KEYS; //# sourceMappingURL=__keys.js.map