docs: improve classname typing (#7927)

This commit is contained in:
neverland
2021-01-16 19:52:36 +08:00
committed by GitHub
parent 9d152bdf74
commit 8f2b03ec18
26 changed files with 65 additions and 65 deletions
+6 -6
View File
@@ -360,12 +360,12 @@ Picker events will pass different parameters according to the columns are single
### Data Structure of Column
| Key | Description | Type |
| ------------ | ------------------------- | ---------- |
| values | Value of column | _string[]_ |
| defaultIndex | Default value index | _number_ |
| className | ClassName for this column | _any_ |
| children | Cascade children | _Column_ |
| Key | Description | Type |
| ------------ | ------------------------- | --------------------------- |
| values | Value of column | _string[]_ |
| defaultIndex | Default value index | _number_ |
| className | ClassName for this column | _string \| Array \| object_ |
| children | Cascade children | _Column_ |
### Methods