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.d.ts
7 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
UNDO
: unique
symbol
;
export
type
UNDO
=
typeof
UNDO
;
export
declare
const
REDO
: unique
symbol
;
export
type
REDO
=
typeof
REDO
;
export
declare
const
RESET
: unique
symbol
;
export
type
RESET
=
typeof
RESET
;
//# sourceMappingURL=actions.d.ts.map