UNPKG

artwork-react-native

Version:

artwork design master for react-native

14 lines (13 loc) 300 B
export interface RadioProps { style?: any; defaultChecked?: boolean; checked?: boolean; disabled?: boolean; onChange?: Function; name?: string; wrapLabel?: boolean; } export interface RadioItemProps extends RadioProps { radioProps?: Object; onPress?: () => any; }