UNPKG

adrit-mcb

Version:

A customizable floating chatbot widget for React applications

4 lines (3 loc) 144 B
import React from 'react'; import type { ChatbotWidgetProps } from './types'; export declare const ChatbotWidget: React.FC<ChatbotWidgetProps>;