@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.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.USE_DISCLOSURE_STATE_KEYS = exports.DISCLOSURE_STATE_KEYS = exports.DISCLOSURE_KEYS = exports.DISCLOSURE_CONTENT_KEYS = exports.DISCLOSURE_COLLAPSE_CONTENT_KEYS = void 0;
// Automatically generated
var DISCLOSURE_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible"];
exports.DISCLOSURE_STATE_KEYS = DISCLOSURE_STATE_KEYS;
var USE_DISCLOSURE_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange"];
exports.USE_DISCLOSURE_STATE_KEYS = USE_DISCLOSURE_STATE_KEYS;
var DISCLOSURE_KEYS = DISCLOSURE_STATE_KEYS;
exports.DISCLOSURE_KEYS = DISCLOSURE_KEYS;
var DISCLOSURE_COLLAPSE_CONTENT_KEYS = [].concat(DISCLOSURE_KEYS, ["direction", "contentSize", "duration", "easing", "onExpandStart", "onExpandEnd", "onCollapseStart", "onCollapseEnd"]);
exports.DISCLOSURE_COLLAPSE_CONTENT_KEYS = DISCLOSURE_COLLAPSE_CONTENT_KEYS;
var DISCLOSURE_CONTENT_KEYS = [].concat(DISCLOSURE_KEYS, ["animationPresent", "state", "animating", "onEnd", "isVisible", "isHidden"]);
exports.DISCLOSURE_CONTENT_KEYS = DISCLOSURE_CONTENT_KEYS;
//# sourceMappingURL=__keys.js.map