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
/
src
/
vue.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
;
const
component
:
DefineComponent
<{}, {},
any
>;
export
default
component; }