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" />
declare const StyledPlaceHolderIcon: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledPlaceHolderText: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const HeaderWrapper: 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 StyledProductItemList: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StoreItemWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    viewType?: string | undefined;
}, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    viewType?: string | undefined;
}>;
declare const StoreProductListWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & {
    hasSingleItem: boolean;
    viewType?: string | undefined;
}, any, import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & {
    hasSingleItem: boolean;
    viewType?: string | undefined;
}>;
export { StoreProductListWrapper, StyledPlaceHolderIcon, StyledPlaceHolderText, HeaderWrapper, StoreItemWrapper, StyledProductItemList, };