UNPKG

@numl-react/avatar

Version:

Avatars are used to show a thumbnail representation of an individual or business in the interface.

8 lines (7 loc) 199 B
declare const Avatar: { (allProps: any): JSX.Element; Icon(allProps: any): JSX.Element; Profile(allProps: any): JSX.Element; Popup(props: any): JSX.Element; }; export default Avatar;