mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 15:19:58 +08:00
ea8ed28209
* chore: unified import method * fix lint
9 lines
270 B
TypeScript
9 lines
270 B
TypeScript
import React from 'react';
|
|
import demoTest, { rootPropsTest } from '../../../tests/shared/demoTest';
|
|
|
|
demoTest('form', { skip: ['complex-form-control.tsx', 'dep-debug.tsx'] });
|
|
|
|
rootPropsTest('form', (Form, props) => <Form.Item {...props} />, {
|
|
name: 'Form.Item',
|
|
});
|