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
/
button
/
src
/
button.vue.d.ts
3 lines
(2 loc)
•
93 B
TypeScript
View Raw
1
2
3
declare
const
_sfc_main
:
(
props
:
Record
<
string
,
any
> & {}
) =>
any
;
export
default
_sfc_main;