types(Form): add type definition

This commit is contained in:
陈嘉涵
2020-02-13 20:36:18 +08:00
parent 27187a2fc4
commit d80bbf64dd
3 changed files with 13 additions and 0 deletions

2
types/index.d.ts vendored
View File

@@ -11,6 +11,7 @@ import { DatetimePicker } from './datetime-picker';
import { Dialog } from './dialog';
import { DropdownItem } from './dropdown-item';
import { Field } from './field';
import { Form } from './form';
import { ImagePreview } from './image-preview';
import { Lazyload } from './lazyload';
import { List } from './list';
@@ -98,6 +99,7 @@ export {
DatetimePicker,
Dialog,
DropdownItem,
Form,
Field,
ImagePreview,
Lazyload,