UNPKG
@zhangke-ui/t-ui-plus
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
Vue3 中基于Element-plus二次封装基础组件文档
wocwin.github.io/t-ui-plus/
wocwin/t-ui-plus
@zhangke-ui/t-ui-plus
/
lib
/
radio
/
src
/
radio.d.ts
13 lines
(11 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
OptionsProps
{
value
:
string
label
:
string
disabled
:
string
}
export
interface
RadioItem
{
value
:
string
|
number
|
boolean
label
:
string
slot
?:
string
disabled
?:
boolean
}