UNPKG

react-live-chat-loader

Version:

Implement live chat in your react app without taking a performance hit.

7 lines (6 loc) 208 B
import { ReactElement } from 'react'; declare const HubSpot: ({ backgroundColor, loader: Loader }: { backgroundColor?: string; loader?: ReactElement; }) => JSX.Element | null; export default HubSpot;