UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
ts
/
Rover
/
__keys.d.ts
2 lines
(1 loc)
•
293 B
TypeScript
View Raw
1
2
export
declare
const
ROVER_KEYS
:
readonly
[
"baseId"
,
"unstable_idCountRef"
,
"orientation"
,
"stops"
,
"currentId"
,
"unstable_pastId"
,
"unstable_moves"
,
"loop"
,
"setBaseId"
,
"register"
,
"unregister"
,
"move"
,
"next"
,
"previous"
,
"first"
,
"last"
,
"unstable_reset"
,
"unstable_orientate"
,
"stopId"
];