UNPKG

@chatui/core

Version:

The React library for Chatbot UI

11 lines (10 loc) 228 B
interface StartOptions { delay?: number; timeout?: number; } export declare function useTitleTyping(): { isTyping: boolean; start: ({ delay, timeout }?: StartOptions) => void; stop: () => void; }; export {};