@activecollab/components
Version:
ActiveCollab Components
8 lines • 1.15 kB
TypeScript
/// <reference types="react" />
export declare const StyledSelectInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Input/Input").InputProps & import("react").RefAttributes<HTMLInputElement>>, any, {}, never>;
export declare const StyledSelectForm: import("styled-components").StyledComponent<"form", any, {}, never>;
export declare const StyledStartAdornment: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledEndAdornment: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledCheckbox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Checkbox").CheckBoxProps & import("react").RefAttributes<HTMLInputElement>>, any, {}, never>;
export declare const StyledRadioButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").InputHTMLAttributes<HTMLInputElement> & import("../RadioButton").IRadioButtonProps & import("react").RefAttributes<HTMLInputElement>>, any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map