@botonic/react
Version:
Build Chatbots using React
8 lines (7 loc) • 964 B
TypeScript
export declare const StyledWebview: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledWebviewHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledCloseHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledWebviewContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const FrameStyles = "\n border-style: none;\n width: 100%;\n height: 100%;\n";
export declare const StyledFrame: import("styled-components").StyledComponent<"iframe", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledFrameAsDiv: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;