UNPKG
@gits-id/form-select
Version:
canary (0.1.17-alpha.1)
latest (0.3.0)
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.17-next.10
0.1.17-next.8
0.1.17-next.7
0.1.17-next.3
0.1.17-next.1
0.1.17-next.0
0.1.17-alpha.84
0.1.17-alpha.34
0.1.17-alpha.32
0.1.17-alpha.1
0.1.17-alpha.0
0.0.0
GITS Form Select Component
@gits-id/form-select
/
dist
/
types
/
types.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
export
declare
type
VFormSelectProps
= {};
export
declare
type
VFormSelectItem
=
Record
<
string
,
any
>;