UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

7 lines (6 loc) 182 B
import { PluginFunction } from 'vue'; export interface PluginOptions { prefix?: string; } declare const VectrePlugin: PluginFunction<PluginOptions>; export default VectrePlugin;