UNPKG

react-native-gifted-chat-flashlist

Version:

React Native Gifted Chat with FlashList optimization for better performance

7 lines (6 loc) 185 B
import React from 'react'; interface Props { isTyping?: boolean; } declare const TypingIndicator: ({ isTyping }: Props) => React.JSX.Element | null; export default TypingIndicator;