UNPKG
@ichooss/xflow
Version:
latest (2.0.11)
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
[English (US)](README.md) | 简体中文
github.com/antvis/XFlow
antvis/XFlow
@ichooss/xflow
/
dist
/
typing
/
hooks
/
useHistory.d.ts
8 lines
•
304 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
KeyValue
}
from
'@antv/x6'
;
export
declare
const
useHistory
:
() =>
{
undo
:
(
options
?:
KeyValue
) =>
import
(
"@antv/x6"
).
Graph
|
null
;
redo
:
(
options
?:
KeyValue
) =>
import
(
"@antv/x6"
).
Graph
|
null
;
canUndo
:
boolean
;
canRedo
:
boolean
; };
//# sourceMappingURL=useHistory.d.ts.map