UNPKG

@atlaskit/mention

Version:

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

4 lines (3 loc) 271 B
import React, { type ComponentType } from 'react'; import { type HighlightDetail } from '../../types'; export declare function renderHighlight(ReactComponent: ComponentType<any>, value?: string, highlights?: HighlightDetail[], prefix?: string): React.JSX.Element | null;