UNPKG

@atlaskit/avatar

Version:

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

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