UNPKG
@amaury-tobias/v-avatar
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Componente de avatar basado en Vue.js
amaury-tobias.github.io/v-avatar/
amaury-tobias/v-avatar
@amaury-tobias/v-avatar
/
types
/
index.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'@amaury-tobias/v-avatar'
{
import
{
PluginObject
,
VueConstructor
}
from
'vue'
const
plugin
:
PluginObject
<
any
>
export
default
plugin
export
const
vAvatar
:
VueConstructor
}