UNPKG
@vectrejs/vectre
Version:
latest (1.1.0)
unstable (1.0.0-0)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-0
0.0.0
Complete implementation of Spectre.css on Vue 2.x
github.com/vectrejs/vectre
vectrejs/vectre
@vectrejs/vectre
/
types
/
components
/
FormSelect
/
index.d.ts
9 lines
(8 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FormSelect
}
from
'./Select'
;
import
{
FormSelectOption
}
from
'./Option'
;
declare
const
_default
:
import
(
"vue"
).
PluginFunction
<{
prefix
?:
string
; }>;
export
default
_default;
export
{
FormSelect
,
FormSelectOption
};
export
*
from
'./Size'
;