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