UNPKG

@platformbuilders/react-native-ui

Version:
12 lines 557 B
declare type RadioProps = { radioButtonColor?: string; size: number; }; export declare const Radio: import("styled-components").StyledComponent<import("react").FC<import("../..").TouchableType>, any, RadioProps, never>; declare type CheckRadioProps = { checkedRadioButtonColor?: string; internalSize: number; }; export declare const CheckedRadio: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, CheckRadioProps, never>; export {}; //# sourceMappingURL=styles.d.ts.map