UNPKG

@atlaskit/mention

Version:

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

4 lines (3 loc) 181 B
import React, { type PropsWithChildren } from 'react'; declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => React.JSX.Element; export default MessagesIntlProvider;