UNPKG
jotai-history
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.0.0
👻⌛
github.com/jotaijs/jotai-history
jotaijs/jotai-history
jotai-history
/
dist
/
actions.js
4 lines
•
145 B
JavaScript
View Raw
1
2
3
4
export
const
UNDO
=
Symbol
(
'undo'
);
export
const
REDO
=
Symbol
(
'redo'
);
export
const
RESET
=
Symbol
(
'reset'
);
//# sourceMappingURL=actions.js.map