@fattureincloud/fic-design-system 0.19.18 → 0.19.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,9 @@
|
|
2
2
|
export declare const InputsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
3
3
|
export declare const TextAreaWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
4
4
|
export declare const StyledTextArea: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../form/label").LabelProps & import("../../form/textArea/types").TextAreaElementProps & import("react").RefAttributes<HTMLTextAreaElement>>, import("styled-components").DefaultTheme, {}, never>;
|
5
|
-
export declare const IconsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
5
|
+
export declare const IconsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
6
|
+
hasMaxContentLength: boolean;
|
7
|
+
}, never>;
|
6
8
|
export declare const StyledIcon: import("styled-components").StyledComponent<({ isDisabled, onClick, ...props }: import("../../icon").IconProps) => JSX.Element, import("styled-components").DefaultTheme, {
|
7
9
|
confirm?: boolean | undefined;
|
8
10
|
}, never>;
|