UNPKG

@codedevin/dify-chat

Version:

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

5 lines (4 loc) 280 B
import { default as React } from 'react'; import { DifyChatbotProps, DifyChatbotScrollRef } from '../types'; export declare const DifyChatbot: React.ForwardRefExoticComponent<DifyChatbotProps & React.RefAttributes<DifyChatbotScrollRef>>; //# sourceMappingURL=DifyChatbot.d.ts.map