UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

8 lines (7 loc) 199 B
import React from 'react'; import { type ChatListT } from '../'; interface BotMessageProps { message: ChatListT; } declare const BotMessage: React.FC<BotMessageProps>; export default BotMessage;