UNPKG

tb-react-live-chat-loader

Version:

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

8 lines (7 loc) 197 B
/// <reference types="react" /> interface Props { color?: string; icon?: 'A' | 'B' | 'C' | 'D'; } declare const Drift: ({ color, icon }: Props) => JSX.Element | null; export default Drift;