UNPKG
undo-peasy
Version:
latest (0.6.3)
test (0.6.0-test)
0.6.3
0.6.2
0.6.1
0.6.0
0.6.0-test
0.5.0
0.4.0
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.8
0.1.7
undo/redo for easy peasy
github.com/mighdoll/undo-peasy
mighdoll/undo-peasy
undo-peasy
/
dist
/
Hooks.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
export
declare
function
useUndoGroup
<
T
>(
): (
fn: (
) => T, msg?:
string
) =>
T; export
declare
function
useUndoIgnore
<
T
>(
): (
fn: (
) => T, msg?:
string
) =>
T;