@botonic/react
Version:
Build Chatbots using React
17 lines (16 loc) • 458 B
TypeScript
export const StyledUrlImage: import("styled-components").StyledComponent<"img", any, {}, never>;
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;
};
};
}