UNPKG

react-native-controlled-mentions

Version:
4 lines (3 loc) 226 B
export * from './components'; export type { Suggestion, Part, MentionSuggestionsProps, PartType, } from './types'; export { mentionRegEx, isMentionPartType, getMentionValue, parseValue, replaceMentionValues, } from './utils';