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`
31
31
type: ` enum('horizontal'|'vertical') `
32
32
33
33
34
- ### ` pathClass `
34
+ ### ` pathClassFunc `
35
35
36
36
type: ` func `
37
+ defaultValue: ` undefined `
37
38
38
39
39
40
### ` pathFunc ` (required)
Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ type: `number`
18
18
defaultValue: ` undefined `
19
19
20
20
21
- ### ` className `
22
-
23
- type: ` string `
24
- defaultValue: ` undefined `
25
-
26
-
27
21
### ` collapsible `
28
22
29
23
type: ` bool `
@@ -118,9 +112,10 @@ type: `enum('horizontal'|'vertical')`
118
112
defaultValue: ` 'horizontal' `
119
113
120
114
121
- ### ` pathClass `
115
+ ### ` pathClassFunc `
122
116
123
117
type: ` func `
118
+ defaultValue: ` undefined `
124
119
125
120
126
121
### ` pathFunc `
@@ -153,6 +148,12 @@ type: `shape[object Object]`
153
148
defaultValue: ` {} `
154
149
155
150
151
+ ### ` svgClassName `
152
+
153
+ type: ` string `
154
+ defaultValue: ` undefined `
155
+
156
+
156
157
### ` textLayout `
157
158
158
159
type: ` object `
You can’t perform that action at this time.
0 commit comments