Browse Source

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

pull/43132/head
JiaQi 1 year ago
committed by GitHub
parent
commit
3a67e46b60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/config-provider/index.en-US.md

2
components/config-provider/index.en-US.md

@ -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 |

Loading…
Cancel
Save