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
/
make-installer.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
App
,
Plugin
}
from
'vue'
;
export
declare
function
makeInstaller
(
components
?:
Plugin
[]
): {
install
:
(
app
:
App
) =>
void
; };