react-life-design
Version:
Life Design UI components
16 lines (15 loc) • 858 B
TypeScript
export declare const ModalStyle: import("styled-components").StyledComponent<"div", any, {
animation: string;
type: string;
css?: string | undefined;
}, never>;
export declare const Close: import("styled-components").StyledComponent<"button", any, {
isType: string;
}, never>;
export declare const WrapperClose: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const WrapperButton: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ExternalHelperStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Overlay: import("styled-components").StyledComponent<"div", any, {
animation: string;
}, never>;