Skip to content

Commit 977286c

Browse files
committed
feat(api): export types for undo and redo
1 parent 74dcb72 commit 977286c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
import { redo, undo } from './lib/actions';
1+
import { redo, REDO, undo, UNDO } from './lib/actions';
22
import createMiddleware from './lib/create_middleware';
33

44
export default {
5+
REDO,
6+
UNDO,
57
createMiddleware,
68
redo,
79
undo,

0 commit comments

Comments
 (0)