UNPKG

@botonic/react

Version:

Build Chatbots using React

6 lines (5 loc) 246 B
/// <reference types="react" /> import { WebchatContextProps } from './types'; export { WebchatState } from './types'; export { useWebchat } from './use-webchat'; export declare const WebchatContext: import("react").Context<WebchatContextProps>;