UNPKG

@gptstonks/chatbot

Version:

GPTStonks Open-source Chatbot

15 lines (14 loc) 938 B
export { default as ChatbotWebsocket } from './layouts/ChatbotWebsocket'; export { default as ChatbotWebsocketStreaming } from './layouts/ChatbotWebsocketStreaming'; export { default as ChatbotHttp } from './layouts/ChatbotHttp'; export { default as useChatbotDefaultTheme } from './components/chat/ChatbotDefaultTheme'; export { default as useGptstonksChatbotTheme } from './components/chat/GptstonksChatbotTheme'; export { default as ChatbotCore } from './components/chat/ChatbotCore'; export { default as ChatbotInput } from './components/chat/ChatbotInput'; export { default as useChatSocket } from './hooks/useChatSocket'; export { default as RenderFunctions } from './components/renderers/RenderFunctions'; export { default as DefaulRenderFunctions } from './components/renderers/DefaultRenderers'; export * from './types/chatbot'; export * from './types/message'; export * from './types/component'; export * from './types/styles';