UNPKG

@prosperitainova/dumbo-react-native

Version:
16 lines 551 B
import React from 'react'; import { CheckboxRadioProps } from '../Checkbox'; /** * RadioButton component for rendering a radio button * * {@link https://github.com/carbon-design-system/carbon-react-native/blob/main/example/src/Views/RadioButton.tsx | Example code} */ export declare class RadioButton extends React.Component<CheckboxRadioProps> { private get styles(); private get textStyle(); private get radioButton(); private onPress; private onLongPress; render(): React.ReactNode; } //# sourceMappingURL=index.d.ts.map