UNPKG

react-native-controlled-mentions

Version:
5 lines (4 loc) 134 B
import { FC } from 'react'; import { MentionsProps } from '../types'; declare const Mentions: FC<MentionsProps>; export { Mentions };