docs: remove Option usage from Select documentation (#43045)

* Update index.zh-CN.md

* Update index.en-US.md
This commit is contained in:
afc163 2023-06-16 11:15:38 +08:00 committed by GitHub
parent 3f92966715
commit 167b2bdcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -47,12 +47,6 @@ Select component to select value from options.
## API
```tsx
<Select>
<Option value="lucy">lucy</Option>
</Select>
```
### Select props
| Property | Description | Type | Default | Version |

View File

@ -48,12 +48,6 @@ demo:
## API
```tsx
<Select>
<Option value="lucy">lucy</Option>
</Select>
```
### Select props
| 参数 | 说明 | 类型 | 默认值 | 版本 |