mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
Merge branch 'feature' into master-to-merge-feature
This commit is contained in:
commit
a034dce31d
@ -15,7 +15,7 @@ We recommend use `Form.useForm` to create data control. If you are using class c
|
||||
|
||||
```tsx
|
||||
import { Form, Input, Button, Select } from 'antd';
|
||||
import { FormInstance } from 'antd/lib/form';
|
||||
import { FormInstance } from 'antd/es/form';
|
||||
|
||||
const { Option } = Select;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user