UNPKG

box-ui-elements-mlh

Version:
8 lines (7 loc) 222 B
export interface AvatarImageProps { className?: string; onError?: Function; url: string; } declare const AvatarImage: ({ className, url, onError }: AvatarImageProps) => JSX.Element; export default AvatarImage;