docs(ConfigProvider): modify useConfig Api table header (#43128)

This commit is contained in:
JiaQi 2023-06-21 09:56:46 +08:00 committed by GitHub
parent 78d117f492
commit 3a67e46b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ const {
} = ConfigProvider.useConfig();
```
| 返回值 | 说明 | 类型 | 默认值 | 版本 |
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| componentDisabled | antd component disabled state | boolean | - | 5.3.0 |
| componentSize | antd component size state | `small` \| `middle` \| `large` | - | 5.3.0 |