UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 251 B
import { ReplyProps } from './index-types'; export declare const Reply: { (props: ReplyProps): any; serialize(replyProps: ReplyProps): { reply: { title: string; payload: string | undefined; }; }; };