UNPKG

@amaury-tobias/v-avatar

Version:

Componente de avatar basado en Vue.js

7 lines (6 loc) 195 B
declare module '@amaury-tobias/v-avatar' { import { PluginObject, VueConstructor } from 'vue' const plugin: PluginObject<any> export default plugin export const vAvatar: VueConstructor }