UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

11 lines (10 loc) 293 B
import type { Volver, VolverOptions } from './Volver'; import VolverPlugin from './Volver'; export { VolverPlugin }; export * from './types'; export type { Volver, VolverOptions }; declare module 'vue' { interface ComponentCustomProperties { $vv?: typeof Volver.prototype; } }