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

11 lines 1.61 kB
// Automatically generated export var USE_ACCORDION_BASE_STATE_KEYS = ["baseId", "unstable_virtual", "rtl", "orientation", "currentId", "loop", "wrap", "shift", "unstable_includesBaseElement"]; export var ACCORDION_BASE_STATE_KEYS = [...USE_ACCORDION_BASE_STATE_KEYS, "unstable_idCountRef", "items", "groups", "unstable_moves", "unstable_hasActiveWidget", "panels", "setBaseId", "registerItem", "unregisterItem", "registerGroup", "unregisterGroup", "move", "next", "previous", "up", "down", "first", "last", "sort", "unstable_setVirtual", "setRTL", "setOrientation", "setCurrentId", "setLoop", "setWrap", "setShift", "reset", "unstable_setIncludesBaseElement", "unstable_setHasActiveWidget", "registerPanel", "unregisterPanel"]; export var USE_ACCORDION_MULTI_STATE_KEYS = [...USE_ACCORDION_BASE_STATE_KEYS, "manual", "selectedIds", "defaultSelectedIds", "onSelectedIdsChange", "shouldUpdate"]; export var ACCORDION_MULTI_STATE_KEYS = [...ACCORDION_BASE_STATE_KEYS, "selectedIds", "allowToggle", "allowMultiple", "manual", "setSelectedIds", "select"]; export var USE_ACCORDION_STATE_KEYS = [...USE_ACCORDION_BASE_STATE_KEYS, "selectedId", "manual", "allowToggle", "defaultSelectedId", "onSelectedIdChange", "shouldUpdate"]; export var ACCORDION_STATE_KEYS = [...ACCORDION_BASE_STATE_KEYS, "selectedId", "allowToggle", "allowMultiple", "manual", "setSelectedId", "select"]; export var ACCORDION_KEYS = [...ACCORDION_MULTI_STATE_KEYS, ...ACCORDION_STATE_KEYS]; export var ACCORDION_PANEL_KEYS = [...ACCORDION_KEYS, "accordionId"]; export var ACCORDION_TRIGGER_KEYS = ACCORDION_KEYS; //# sourceMappingURL=__keys.js.map