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

16 lines (15 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USE_RADIO_STATE_KEYS = exports.RADIO_STATE_KEYS = exports.RADIO_KEYS = exports.RADIO_GROUP_KEYS = void 0; // Automatically generated var USE_RADIO_STATE_KEYS = ["baseId", "unstable_virtual", "rtl", "orientation", "currentId", "loop", "wrap", "shift", "unstable_includesBaseElement", "defaultState", "state", "onStateChange"]; exports.USE_RADIO_STATE_KEYS = USE_RADIO_STATE_KEYS; var RADIO_STATE_KEYS = ["baseId", "unstable_idCountRef", "unstable_virtual", "rtl", "orientation", "items", "groups", "currentId", "loop", "wrap", "shift", "unstable_moves", "unstable_hasActiveWidget", "unstable_includesBaseElement", "state", "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", "setState"]; exports.RADIO_STATE_KEYS = RADIO_STATE_KEYS; var RADIO_KEYS = [].concat(RADIO_STATE_KEYS, ["value", "checked", "unstable_checkOnFocus"]); exports.RADIO_KEYS = RADIO_KEYS; var RADIO_GROUP_KEYS = RADIO_STATE_KEYS; exports.RADIO_GROUP_KEYS = RADIO_GROUP_KEYS; //# sourceMappingURL=__keys.js.map