UNPKG
@shinhotech/sh-ui
Version:
latest (2.16.6)
2.16.6
2.16.5
2.16.4
2.16.3
2.16.1
2.16.0
2.15.10
2.15.7
2.15.6
2.15.2
2.15.1
A Component Library for Vue.js.
element.eleme.io
shinhotech/element
@shinhotech/sh-ui
/
types
/
index.d.ts
12 lines
(10 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* *
@Descripttion
: 引入 *
@Author
: 18041085 *
@Date
: 2021-08-24 10:24:53 *
@LastEditors
: 18041085 *
@LastEditTime
: 2021-08-24 15:18:41 */
export *
from
'./element-ui'
; import *
as
ElementUI
from
'./element-ui'
; export
default
ElementUI;