UNPKG

@atlaskit/avatar

Version:

An avatar is a visual representation of a user or entity.

3 lines (2 loc) 182 B
import { type MouseEventHandler } from 'react'; export declare const getCustomElement: (isDisabled?: boolean, href?: string, onClick?: MouseEventHandler) => "a" | "button" | "span";