UNPKG
win-eternal-ui
Version:
latest (1.0.0)
1.0.0
A Component Library for Vue 3(仅供测试,别下载)
gitee.com/fengzhongzhuifeng/w-ui
win-eternal-ui
/
dist
/
types
/
w-ui
/
index.d.ts
5 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'../components'
;
import
installer
from
'./defaults'
;
export
declare
const
install
:
(
app
:
import
(
"vue"
).
App
<
any
>
) =>
void
;
export
default
installer;