reakit
Version:
Toolkit for building accessible rich web apps with React
44 lines (43 loc) • 830 B
text/typescript
// Automatically generated
const TOOLBAR_STATE_KEYS = [
"baseId",
"unstable_idCountRef",
"unstable_virtual",
"rtl",
"orientation",
"items",
"groups",
"currentId",
"loop",
"wrap",
"shift",
"unstable_moves",
"unstable_hasActiveWidget",
"unstable_includesBaseElement",
"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",
] as const;
export const TOOLBAR_KEYS = TOOLBAR_STATE_KEYS;
export const TOOLBAR_ITEM_KEYS = TOOLBAR_KEYS;
export const TOOLBAR_SEPARATOR_KEYS = TOOLBAR_ITEM_KEYS;