We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc45ab2 commit 93a1620Copy full SHA for 93a1620
1 file changed
lib/RadioButton.tsx
@@ -8,7 +8,7 @@ import styles, { _innerStyle } from "./RadioButton.style";
8
9
type CustomStyleProp = StyleProp<ViewStyle> | Array<StyleProp<ViewStyle>>;
10
11
-interface IRadioButtonProps {
+export interface IRadioButtonProps {
12
style?: CustomStyleProp;
13
innerContainerStyle?: CustomStyleProp;
14
innerBackgroundColor?: string;
0 commit comments