UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
widgets
/
Menu
/
components
/
Avatar.d.ts
8 lines
(7 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
import
{
Profile
}
from
"../types"
;
interface
AvatarProps
{
profile
:
Profile
; }
declare
const
Avatar
:
React
.
FC
<
AvatarProps
>;
export
default
Avatar
;