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
/
index.d.ts
5 lines
(4 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
import
VFormSelect
from
'./VFormSelect.vue'
;
export
*
from
'./types'
;
export
{
VFormSelect
};
export
default
VFormSelect
;