UNPKG
@code-gorilla-au/vue-forms
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
form authoring light weight framework
github.com/code-gorilla-au/vue-forms
code-gorilla-au/vue-forms
@code-gorilla-au/vue-forms
/
dist
/
index.d.ts
5 lines
(4 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
VForm
}
from
'./components/v-form'
;
export
{
default
as
VInput
}
from
'./components/v-input'
;
export
{
default
as
VList
}
from
'./components/v-list'
;
export
{
default
as
VSelect
}
from
'./components/v-select'
;