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
/
component.d.ts
4 lines
(3 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
import
type
{
Plugin
}
from
'vue'
;
declare
const
_default
:
Plugin
<
any
[]>[];
export
default
_default;