Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
connectkit / build / components / Pages / About / styles.d.ts
Size: Mime:
export declare const ImageContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ImageContainerInner: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
export declare const MobileImageContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ContentContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Slides: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Slide: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
    $active?: boolean;
}, never>;
export declare const Slider: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Dots: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Dot: import("styled-components").StyledComponent<"button", any, {
    $active: boolean;
}, never>;