@zealicsolutions/web-ui 0.3.66 → 0.3.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,12 @@
1
1
  import { RadioButtonInternalConfigProps } from 'atoms';
2
+ import { ThemeColors } from 'theme';
2
3
  import type { StylesType } from 'typescript';
3
4
  declare type RadioOptionStylesConfig = {
4
5
  textStyles: StylesType;
5
6
  groupWrapperStyles: StylesType;
6
7
  radioIconWrapperStyles: StylesType;
7
8
  radioLabelWrapperStyles: StylesType;
9
+ textColor: ThemeColors;
8
10
  };
9
11
  declare type GetRadioOptionStylesProps = Partial<{
10
12
  isError: boolean;