custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
10 lines (9 loc) • 719 B
TypeScript
export declare const StyledWrapper: import("styled-components").StyledComponent<"div", any, {
welcomeModalHeight?: string | undefined;
welcomeModalWidth?: string | undefined;
}, never>;
export declare const StyledTopBar: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledTopBarHeading: import("styled-components").StyledComponent<"h2", any, {}, never>;
export declare const StyledHeading: import("styled-components").StyledComponent<"h2", any, {}, never>;
export declare const StyledContent: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledButton: import("styled-components").StyledComponent<"button", any, {}, never>;