UNPKG

@apoorvdwi/excalidraw-collab

Version:
12 lines (11 loc) 331 B
import "./Avatar.scss"; import React from "react"; declare type AvatarProps = { onClick: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void; color: string; border: string; name: string; src?: string; }; export declare const Avatar: ({ color, onClick, name, src }: AvatarProps) => JSX.Element; export {};