@zealicsolutions/web-ui 0.3.66 → 0.3.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ declare type RadioOptionStylesConfig = {
5
5
  groupWrapperStyles: StylesType;
6
6
  radioIconWrapperStyles: StylesType;
7
7
  radioLabelWrapperStyles: StylesType;
8
+ textColor: string;
8
9
  };
9
10
  declare type GetRadioOptionStylesProps = Partial<{
10
11
  isError: boolean;