UNPKG

@botonic/react

Version:

Build Chatbots using React

4 lines (3 loc) 220 B
import { type WebchatProps, type WebchatRef } from '../index-types'; declare const Webchat: import("react").ForwardRefExoticComponent<WebchatProps & import("react").RefAttributes<WebchatRef | null>>; export { Webchat };