Repository URL to install this package:
|
Version:
2.7.6 ▾
|
/// <reference types="react" />
declare const ToggleItemWrapper: 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 StyledCheckBox: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledTextBox: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledCommentBox: 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 StyledTextArea: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ButtonGroup: 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 StyledButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledExpandableCard: 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 { ToggleItemWrapper, StyledCheckBox, StyledTextBox, StyledCommentBox, ButtonGroup, StyledTextArea, StyledButton, StyledExpandableCard, };