UNPKG
vue-avataaars
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A Vue js component for avataaars
github.com/xLeDocteurx/vue-avataaars
xLeDocteurx/vue-avataaars
vue-avataaars
/
src
/
icons
/
top
/
ShortHairShaggy.d.ts
11 lines
(10 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
*
as
React
from
'react'
;
export
default
class
ShortHairShaggy
extends
React.Component
{
static
optionValue
:
string
;
private
filter1;
private
mask1;
private
mask2;
private
path1;
private
path2;
render
():
JSX
.
Element
; }