UNPKG

@qte/react-native-gifted-chat

Version:

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

6 lines (5 loc) 229 B
import React from 'react'; import { TypingIndicatorProps } from './types'; export * from './types'; declare const TypingIndicator: ({ isTyping }: TypingIndicatorProps) => React.JSX.Element | null; export default TypingIndicator;