UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

17 lines (16 loc) 776 B
interface PopupProps { isOpen: boolean; isClose: boolean; noShade: boolean; zIndex: number; show: boolean; } export declare const Popup: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, PopupProps, never>; interface ContentProps { isOpen: boolean; isClose: boolean; } export declare const Content: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContentProps, never>; export declare const PopupBackground: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export {};