UNPKG
react-paint-test
Version:
latest (0.1.0)
0.1.0
a simple paint tool
react-paint-test
/
src
/
util
/
dispatcher
/
event.ts
4 lines
(3 loc)
•
104 B
text/typescript
View Raw
1
2
3
4
export
const
CLEAR_EVENT
=
"clear"
;
export
const
REDO_EVENT =
"redo"
;
export
const
UNDO_EVENT =
"undo"
;