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
/
index.d.ts
4 lines
(3 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./src/button'
;
export
declare
const
wButton
:
import
(
"@w-ui/utils"
).
SFCWithInstall
<
(
props
:
Record
<
string
,
any
> & {}
) =>
any
> &
Record
<
string
,
any
>;
export
default
wButton;