UNPKG

@botonic/react

Version:

Build Chatbots using React

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