UNPKG

react-native-controlled-mentions

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