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;
}
/**
 * @info
 * browser support for clip-path
 * https://caniuse.com/#feat=css-clip-path
 */
/**
 * @info
 * 250% - clip-path height (y axis)
 * because, clip-path controls masking.
 */
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 ItemNavigation: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, any, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
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, ItemNavigation, StyledImage, StyledBlink, };