UNPKG

box-ui-elements

Version:
9 lines (8 loc) 260 B
import * as React from 'react'; export interface AvatarImageProps { className?: string; onError?: Function; url: string; } declare const AvatarImage: ({ className, url, onError }: AvatarImageProps) => React.JSX.Element; export default AvatarImage;