UNPKG
vdk-components
Version:
latest (1.0.1)
1.0.1
1.0.0
React component library built with TypeScript and SCSS
vdk-components
/
dist
/
Card
/
types
/
components
/
Avatar
/
index.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
export
{
Avatar
}
from
'./Avatar'
;
export
type
{
AvatarProps
}
from
'./Avatar'
;