UNPKG

react-live-chat-customerly

Version:

The Live Chat component for React Apps by Customerly.

10 lines (6 loc) 219 B
import * as React from "react"; import { CustomerlyContextValues } from "./types"; const CustomerlyContext = React.createContext< CustomerlyContextValues | undefined >(undefined); export default CustomerlyContext;