UNPKG

react-live-chat-customerly

Version:

The Live Chat component for React Apps by Customerly.

5 lines (4 loc) 206 B
import * as React from "react"; import { CustomerlyContextValues } from "./types"; declare const CustomerlyContext: React.Context<CustomerlyContextValues | undefined>; export default CustomerlyContext;