UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 283 B
/// <reference types="react" /> import { IAvatar } from './IAvatar'; /** * The Avatar to show a thumbnail representation of an individual or business in the interface */ declare function Avatar({ size, isActive, imageUrl, className }: IAvatar): JSX.Element; export default Avatar;