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 StyledButtonPlaceHolder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledTextPlaceholder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledNamePlaceHolder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledRectanglePlaceholder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledSquarePlaceholder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledButtonWrapper: 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 ActionBarWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    isConfirming: boolean;
}, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    isConfirming: boolean;
}>;
declare const HeaderWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & {
    isConfirming: boolean;
    isExpanded: boolean;
}, any, import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & {
    isConfirming: boolean;
    isExpanded: boolean;
}>;
declare const StyledAnimatedExpandableCard: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
    'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>, any, Pick<{
    'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>>;
export { StyledNamePlaceHolder, StyledTextPlaceholder, StyledSquarePlaceholder, StyledRectanglePlaceholder, StyledButtonWrapper, HeaderWrapper, ActionBarWrapper, StyledAnimatedExpandableCard, StyledButtonPlaceHolder, };