docs: improve classname typing (#7927)
This commit is contained in:
+3
-3
@@ -148,9 +148,9 @@ app.use(CellGroup);
|
||||
| required | Whether to show required mark | _boolean_ | `false` |
|
||||
| arrow-direction | Can be set to `left` `up` `down` | _string_ | `right` |
|
||||
| title-style | Title style | _any_ | - |
|
||||
| title-class | Title className | _any_ | - |
|
||||
| value-class | Value className | _any_ | - |
|
||||
| label-class | Label className | _any_ | - |
|
||||
| title-class | Title className | _string \| Array \| object_ | - |
|
||||
| value-class | Value className | _string \| Array \| object_ | - |
|
||||
| label-class | Label className | _string \| Array \| object_ | - |
|
||||
|
||||
### Cell Events
|
||||
|
||||
|
||||
@@ -155,9 +155,9 @@ app.use(CellGroup);
|
||||
| center | 是否使内容垂直居中 | _boolean_ | `false` |
|
||||
| arrow-direction | 箭头方向,可选值为 `left` `up` `down` | _string_ | `right` |
|
||||
| title-style | 左侧标题额外样式 | _any_ | - |
|
||||
| title-class | 左侧标题额外类名 | _any_ | - |
|
||||
| value-class | 右侧内容额外类名 | _any_ | - |
|
||||
| label-class | 描述信息额外类名 | _any_ | - |
|
||||
| title-class | 左侧标题额外类名 | _string \| Array \| object_ | - |
|
||||
| value-class | 右侧内容额外类名 | _string \| Array \| object_ | - |
|
||||
| label-class | 描述信息额外类名 | _string \| Array \| object_ | - |
|
||||
|
||||
### Cell Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user