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    
Size: Mime:
/// <reference types="react" />
import { CssProps } from './typings';
export interface StyledCssProps {
    itemHeight?: CssProps.ItemHeight;
    gridGap?: CssProps.GridGap;
    flexWidth?: CssProps.FlexWidth;
    translatePercentage?: CssProps.TranslatePercentage;
}
declare const CarouselWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>;
declare const CarouselPanel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const ItemListPanel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & StyledCssProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & StyledCssProps>;
declare const ItemPanel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & StyledCssProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & StyledCssProps>;
declare const StyledImage: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledBlink: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { CarouselWrapper, CarouselPanel, ItemListPanel, ItemPanel, StyledImage, StyledBlink, };