UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 195 B
export function Reply(props: any): any; export namespace Reply { function serialize(replyProps: any): { reply: { title: any; payload: any; }; }; }