UNPKG

@codedevin/dify-chat

Version:

A beautiful and configurable chatbot widget for Dify integration with multiple display modes

9 lines (8 loc) 284 B
import { default as React } from 'react'; import { MessageProps } from '../types'; export declare const Message: React.FC<MessageProps>; export declare const TypingIndicator: React.FC<{ showAvatar?: boolean; assistantAvatar?: string; }>; //# sourceMappingURL=Message.d.ts.map