reakit
Version:
Toolkit for building accessible rich web apps with React
23 lines (22 loc) • 409 B
text/typescript
// Automatically generated
const ROVER_STATE_KEYS = [
"baseId",
"unstable_idCountRef",
"orientation",
"stops",
"currentId",
"unstable_pastId",
"unstable_moves",
"loop",
"setBaseId",
"register",
"unregister",
"move",
"next",
"previous",
"first",
"last",
"unstable_reset",
"unstable_orientate",
] as const;
export const ROVER_KEYS = [...ROVER_STATE_KEYS, "stopId"] as const;