UNPKG
aomao_plugin-mind
Version:
latest (2.7.37)
2.7.37
2.7.34
2.7.33
脑图 Mind
github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-mind
yanmao-cc/am-editor
aomao_plugin-mind
/
src
/
@types
/
hierarchy.d.ts
9 lines
(8 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
module
'@antv/hierarchy'
{
export
default
{
compactBox
:
(
root, options
) =>
any
,
dendrogram
:
(
root, options
) =>
any
,
indented
:
(
root, options
) =>
any
,
mindmap
:
(
root, options
) =>
any
, }; }