UNPKG

177 BTypeScriptView Raw
1/// <reference types="react" />
2interface Props {
3 isTyping?: boolean;
4}
5declare const TypingIndicator: ({ isTyping }: Props) => JSX.Element;
6export default TypingIndicator;