This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
element
mirror of
https://github.com/ElemeFE/element
Watch
1
Star
0
Fork
You've already forked element
0
Code
Issues
Releases
Wiki
Activity
a29ef5f37e
element
/
types
/
index.d.ts
5 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
types: fix #8068
2017-11-13 13:03:42 +00:00
export
*
from
'./element-ui'
Add TypeScript definitions (#3910) * add typings into package.json * add typings for global instance api * add common component definition * add layout components' definition * add icons definition * add component size definition * add component description * add button definition * add radio definition * add checkbox definition * add input definitions * add input-number definition * add select definition * add cascader definition * add switch definition * add slider definition * add time picker definition * add date picker definition * add upload definition * add rate definition * add color picker definition * add form definition * add tooltip definition * add table definition * rename TextAlignment to Horizontal alignment * add tag definition * add progress definition * add tree definition * add pagination definition * add badge definition * add alert definition * fix typo * Loading: add definition * Message: add definition * Loading: remove unnecessary declare keyword * MessageBox: add definition * Notification: add definition * Menu: add definition * Tabs: add definition * Breadcrumb: add definition * Dropdown: add definition * Steps: add definition * Dialog: add definition * Popover: add definition * Card: add definition * Carousel: add definition * Collapse: add definition * Loading: update description * some $message method params should be optional * Select: update definition * DatePicker: update definition
2017-10-17 08:36:12 +00:00
types: fix #8068
2017-11-13 13:03:42 +00:00
import
*
as
ElementUI
from
'./element-ui'
misc updates and fixes
2017-10-26 03:15:41 +00:00
export
default
ElementUI