UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 157 B
import React from 'react'; interface TypingProps { text?: string; } export declare function Typing({ text }: TypingProps): React.JSX.Element; export {};