UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

7 lines (6 loc) 208 B
import React from 'react'; import { IMessage } from '../types'; import { MessageProps } from './types'; export * from './types'; declare let Message: React.FC<MessageProps<IMessage>>; export default Message;