UNPKG

@atlaskit/mention

Version:

A React component used to display user profiles in a list for 'Mention' functionality

5 lines (4 loc) 132 B
import { type MentionDescription } from '../../types'; export interface DescriptionBylineProps { mention: MentionDescription; }