@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
15 lines (14 loc) • 1.25 kB
TypeScript
import { CheckboxWithLabelStatePropsStylesType } from './types/checkboxWithLabelTheme';
import { CheckboxWithLabelState } from './types/state';
export declare const CheckBoxWithLabelContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
styles?: CheckboxWithLabelStatePropsStylesType;
state: CheckboxWithLabelState;
}>> & string;
export declare const CheckboxWithLabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
styles?: CheckboxWithLabelStatePropsStylesType;
state: CheckboxWithLabelState;
}>> & string;
export declare const CheckboxWithLabelContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
styles?: CheckboxWithLabelStatePropsStylesType;
state: CheckboxWithLabelState;
}>> & string;