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
/
plugin.d.ts
7 lines
(6 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PluginFunction
}
from
'vue'
;
export
interface
PluginOptions
{
prefix
?:
string
; }
declare
const
VectrePlugin
:
PluginFunction
<
PluginOptions
>;
export
default
VectrePlugin
;