fix: FormModel miss ts type #1996

pull/2045/head
tangjinzhou 2020-04-08 23:06:18 +08:00
parent 4446dec9a6
commit a683b12f1e
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import { Drawer } from './drawer';
import { Dropdown } from './dropdown/dropdown'; import { Dropdown } from './dropdown/dropdown';
import { Empty } from './empty'; import { Empty } from './empty';
import { Form } from './form/form'; import { Form } from './form/form';
import { FormModel } from './form-model/form';
import { Icon } from './icon'; import { Icon } from './icon';
import { Input } from './input/input'; import { Input } from './input/input';
import { InputNumber } from './input-number'; import { InputNumber } from './input-number';
@ -101,6 +102,7 @@ export {
Dropdown, Dropdown,
Empty, Empty,
Form, Form,
FormModel,
Icon, Icon,
Input, Input,
InputNumber, InputNumber,