import type { Volver } from './Volver'; import VolverPlugin from './Volver'; export { VolverPlugin }; export * from './types'; export type { Volver, VolverOptions } from './Volver'; declare module 'vue' { interface ComponentCustomProperties { $vv?: typeof Volver.prototype; } }