UNPKG

@gptstonks/chatbot

Version:

GPTStonks Open-source Chatbot

10 lines (9 loc) 302 B
import { ChatbotProps } from '@/types/chatbot'; import React from 'react'; declare const ChatbotWebsocketStreaming: React.ForwardRefExoticComponent< ChatbotProps & React.RefAttributes<{ handleSendCustomMessage: (message: string) => void; }> >; export default ChatbotWebsocketStreaming;