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
/
cjs
/
actions.js
7 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
RESET
=
exports
.
REDO
=
exports
.
UNDO
=
void
0
;
exports
.
UNDO
=
Symbol
(
'undo'
);
exports
.
REDO
=
Symbol
(
'redo'
);
exports
.
RESET
=
Symbol
(
'reset'
);
//# sourceMappingURL=actions.js.map