UNPKG

145 BTypeScriptView Raw
1interface Props {
2 isTyping?: boolean;
3}
4declare const TypingIndicator: ({ isTyping }: Props) => JSX.Element;
5export default TypingIndicator;