UNPKG

supporttor

Version:

A generic React chat widget component that supports any app with a knowledge base

8 lines (7 loc) 172 B
import React from 'react'; import './ChatIcon.css'; interface ChatIconProps { onClick: () => void; } export declare const ChatIcon: React.FC<ChatIconProps>; export {};