UNPKG

react-native-gifted-chat

Version:
5 lines 246 B
import React from 'react'; import { TypingIndicatorProps } from './types'; export * from './types'; export declare const TypingIndicator: ({ isTyping, style }: TypingIndicatorProps) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map