UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

8 lines (7 loc) 227 B
import React from 'react'; interface ChatBotScreenHeaderProps { handleBack: () => void; classPrefix?: string; } declare const ChatBotScreenHeader: React.FC<ChatBotScreenHeaderProps>; export default ChatBotScreenHeader;