Skip to content

Commit 325ea7f

Browse files
committed
1.17.0 build
1 parent cfcfd18 commit 325ea7f

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/components/Link.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ type: `func`
3131
type: `enum('horizontal'|'vertical')`
3232

3333

34-
### `pathClass`
34+
### `pathClassFunc`
3535

3636
type: `func`
37+
defaultValue: `undefined`
3738

3839

3940
### `pathFunc` (required)

docs/components/Tree.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ type: `number`
1818
defaultValue: `undefined`
1919

2020

21-
### `className`
22-
23-
type: `string`
24-
defaultValue: `undefined`
25-
26-
2721
### `collapsible`
2822

2923
type: `bool`
@@ -118,9 +112,10 @@ type: `enum('horizontal'|'vertical')`
118112
defaultValue: `'horizontal'`
119113

120114

121-
### `pathClass`
115+
### `pathClassFunc`
122116

123117
type: `func`
118+
defaultValue: `undefined`
124119

125120

126121
### `pathFunc`
@@ -153,6 +148,12 @@ type: `shape[object Object]`
153148
defaultValue: `{}`
154149

155150

151+
### `svgClassName`
152+
153+
type: `string`
154+
defaultValue: `undefined`
155+
156+
156157
### `textLayout`
157158

158159
type: `object`

0 commit comments

Comments
 (0)