UNPKG
@legion-ui-kit/react-core
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
To install the package into your project:
@legion-ui-kit/react-core
/
dist
/
esm
/
components
/
Avatar
/
Avatar.constant.js
3 lines
(2 loc)
•
147 B
JavaScript
View Raw
1
2
3
const
a={
md
:
"md"
},m={
size
:a.
md
,
alt
:
"avatar-image"
};
export
{m
as
AVATAR_DEFAULT_PROPS
,a
as
AVATAR_SIZE
};
//# sourceMappingURL=Avatar.constant.js.map