@zealicsolutions/web-ui 0.3.67 → 0.3.68
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +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;
|
8
|
-
textColor:
|
9
|
+
textColor: ThemeColors;
|
9
10
|
};
|
10
11
|
declare type GetRadioOptionStylesProps = Partial<{
|
11
12
|
isError: boolean;
|