UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

4 lines (3 loc) 286 B
import { type MessageDescriptor } from 'react-intl-next'; declare const getLabelMessage: (ariaLabelProp: string | undefined, fullName: string | undefined, formatMessage: (message: MessageDescriptor, values?: Record<string, string>) => string) => string; export default getLabelMessage;