UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 251 B
import { DocumentProps } from './index-types'; export declare const Document: { (props: DocumentProps): import("react/jsx-runtime").JSX.Element; serialize: (documentProps: { src: string; }) => { document: string; }; };