UNPKG

carpooluikit

Version:
8 lines (7 loc) 179 B
import React from "react"; import { Profile } from "../types"; interface AvatarProps { profile: Profile; } declare const Avatar: React.FC<AvatarProps>; export default Avatar;