UNPKG

@botonic/react

Version:

Build Chatbots using React

16 lines (15 loc) 361 B
export function Button(props: any): any; export namespace Button { function serialize(buttonProps: any): { button: { disabled: any; autodisable: any; disabledstyle: any; payload: any; url: any; target: any; webview: any; title: any; }; }; }