afc163
9 years ago
5 changed files with 9 additions and 10 deletions
@ -0,0 +1,2 @@ |
|||||
|
import { Col } from '../layout'; |
||||
|
export default Col; |
@ -1,11 +1,7 @@ |
|||||
import Form from './Form'; |
import Form from './Form'; |
||||
import FormItem from './FormItem'; |
import FormItem from './FormItem'; |
||||
import ValueMixin from './ValueMixin'; |
import ValueMixin from './ValueMixin'; |
||||
import Input from './Input'; |
|
||||
|
|
||||
Form.Item = FormItem; |
Form.Item = FormItem; |
||||
Form.ValueMixin = ValueMixin; |
Form.ValueMixin = ValueMixin; |
||||
export default { |
export default Form; |
||||
Form, |
|
||||
Input |
|
||||
}; |
|
||||
|
@ -0,0 +1,2 @@ |
|||||
|
import { Row } from '../layout'; |
||||
|
export default Row; |
Loading…
Reference in new issue