UNPKG

@botonic/react

Version:

Build Chatbots using React

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