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
/
HatColor.d.ts
9 lines
(8 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
export
interface
Props
{
maskID
:
string
;
defaultColor
?:
string
; }
export
default
class
Colors
extends
React.Component
<
Props
> {
render
():
JSX
.
Element
; }