File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ type: `func`
3131type: ` enum('horizontal'|'vertical') `
3232
3333
34- ### ` pathClass `
34+ ### ` pathClassFunc `
3535
3636type: ` func `
37+ defaultValue: ` undefined `
3738
3839
3940### ` pathFunc ` (required)
Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ type: `number`
1818defaultValue: ` undefined `
1919
2020
21- ### ` className `
22-
23- type: ` string `
24- defaultValue: ` undefined `
25-
26-
2721### ` collapsible `
2822
2923type: ` bool `
@@ -118,9 +112,10 @@ type: `enum('horizontal'|'vertical')`
118112defaultValue: ` 'horizontal' `
119113
120114
121- ### ` pathClass `
115+ ### ` pathClassFunc `
122116
123117type: ` func `
118+ defaultValue: ` undefined `
124119
125120
126121### ` pathFunc `
@@ -153,6 +148,12 @@ type: `shape[object Object]`
153148defaultValue: ` {} `
154149
155150
151+ ### ` svgClassName `
152+
153+ type: ` string `
154+ defaultValue: ` undefined `
155+
156+
156157### ` textLayout `
157158
158159type: ` object `
You can’t perform that action at this time.
0 commit comments