UNPKG

tb-react-live-chat-loader

Version:

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

12 lines (11 loc) 332 B
/// <reference types="react" /> interface Props { color?: string; backgroundColor?: string; position?: string; vOffset?: string; hOffset?: string; style?: string; } declare const Userlike: ({ color, backgroundColor, position, vOffset, hOffset, style }: Props) => JSX.Element | null; export default Userlike;