Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
/// <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, };