UNPKG
astro-ui-avatars
Version:
latest (7.0.0)
7.0.0
6.0.0
1.0.0
0.1.0
0.0.3
0.0.2
0.0.1
Generate customizable user avatars with initials from names
github.com/codiume/orbit
codiume/orbit
astro-ui-avatars
/
dist
/
index.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
export
{
default
as
Avatar
}
from
'./avatar.astro'
;
export
type
{
Props
as
AvatarProps
}
from
'./avatar.astro'
;