UNPKG

react-live-chat-customerly

Version:

The Live Chat component for React Apps by Customerly.

6 lines (4 loc) 125 B
import { useCustomerlyContext } from "./provider"; export const useCustomerly = () => { return useCustomerlyContext(); };