UNPKG

@vuedapt/vuebot

Version:

VueBot - AI Chatbot Widget for easy website integration

11 lines 331 B
import React from 'react'; import { VueBotConfig } from '../index'; import './ChatWindow.scss'; interface ChatWindowProps { config: VueBotConfig; onClose: () => void; position?: 'above' | 'below'; } declare const ChatWindow: React.FC<ChatWindowProps>; export default ChatWindow; //# sourceMappingURL=ChatWindow.d.ts.map