UNPKG

@platformbuilders/react-native-ui

Version:
14 lines 363 B
import React from 'react'; declare type Props = { id: string; accessibility: string; radioButtonColor?: string; checkedRadioButtonColor?: string; size?: number; internalSize?: number; checked?: boolean; onPress?(): void; }; declare const RadioButton: React.FC<Props>; export default RadioButton; //# sourceMappingURL=index.d.ts.map