UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

9 lines (8 loc) 262 B
import React from 'react'; interface SuggestionBoxProps { setChatContainer: (value: boolean) => void; welcomeModalHeight?: string; welcomeModalWidth?: string; } declare const SuggestionBox: React.FC<SuggestionBoxProps>; export default SuggestionBox;