UNPKG
@eyea/plugin-mind
Version:
latest (2.7.30)
2.7.30
脑图 Mind
github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-mind
yanmao-cc/am-editor
@eyea/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
, }; }