docs: update components/_util/index.zh-CN.md (#50235)

修改错别字
This commit is contained in:
hzyhbk 2024-08-05 12:50:19 +08:00 committed by GitHub
parent 7fdfb299eb
commit 85392db76c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ type CheckboxGroupType = GetProps<typeof Checkbox.Group>;
## GetProp
获取组件的单个 `props` 属性定义。它已经将 `NonNullable` 进行了封装,所以不用考虑为空的情况:
获取组件的单个 `props` 属性定义。它已经将 `NonNullable` 进行了封装,所以不用考虑为空的情况:
```tsx
import { Select } from 'antd';