UNPKG
deeper-spatial
Version:
latest (3.0.0)
3.0.0
0.0.3
0.0.1
所有开源WebGL和WebGIS仓库的整合
github.com/youpengcheng/TimeChart
youpengcheng/TimeChart
deeper-spatial
/
lib
/
radio
/
src
/
radio.d.ts
13 lines
(11 loc)
•
205 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
}