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
/
src
/
actions.ts
9 lines
(6 loc)
•
204 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
const
UNDO
=
Symbol
(
'undo'
)
export
type
UNDO
=
typeof
UNDO
export
const
REDO
=
Symbol
(
'redo'
)
export
type
REDO
=
typeof
REDO
export
const
RESET
=
Symbol
(
'reset'
)
export
type
RESET
=
typeof
RESET