UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 190 B
export function Document(props: any): JSX.Element; export namespace Document { export { serialize }; } declare function serialize(documentProps: any): { document: any; }; export {};