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
/
components
/
typings
/
components.d.ts
8 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="vite/client" />
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }