@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.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.USE_SEGMENT_STATE_KEYS = exports.SEGMENT_STATE_KEYS = exports.SEGMENT_KEYS = exports.SEGMENT_FIELD_KEYS = void 0;
// Automatically generated
var USE_SEGMENT_STATE_KEYS = ["defaultValue", "value", "onChange", "formatOptions", "placeholderDate"];
exports.USE_SEGMENT_STATE_KEYS = USE_SEGMENT_STATE_KEYS;
var SEGMENT_STATE_KEYS = ["fieldValue", "setFieldValue", "segments", "dateFormatter", "increment", "decrement", "incrementPage", "decrementPage", "setSegment", "confirmPlaceholder", "baseId", "unstable_idCountRef", "setBaseId", "unstable_virtual", "rtl", "orientation", "items", "groups", "currentId", "loop", "wrap", "shift", "unstable_moves", "unstable_hasActiveWidget", "unstable_includesBaseElement", "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"];
exports.SEGMENT_STATE_KEYS = SEGMENT_STATE_KEYS;
var SEGMENT_KEYS = [].concat(SEGMENT_STATE_KEYS, ["segment", "isDisabled", "isReadOnly", "isRequired"]);
exports.SEGMENT_KEYS = SEGMENT_KEYS;
var SEGMENT_FIELD_KEYS = SEGMENT_STATE_KEYS;
exports.SEGMENT_FIELD_KEYS = SEGMENT_FIELD_KEYS;
//# sourceMappingURL=__keys.js.map