File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
generatedTypes/components/radioButton
src/components/radioButton Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { PureComponent , GetDerivedStateFromProps } from 'react' ;
2
- import { ViewProps } from 'react-native' ;
3
2
import { BaseComponentInjectedProps , ForwardRefInjectedProps } from '../../commons/new' ;
3
+ import { ViewProps } from '../view' ;
4
4
export declare type RadioGroupProps = ViewProps & {
5
5
/**
6
6
* The initial value of the selected radio button
Original file line number Diff line number Diff line change 1
1
import _ from 'lodash' ;
2
2
import React , { PureComponent , GetDerivedStateFromProps } from 'react' ;
3
- import { ViewProps } from 'react-native' ;
4
3
import {
5
4
asBaseComponent ,
6
5
forwardRef ,
7
6
BaseComponentInjectedProps ,
8
7
ForwardRefInjectedProps
9
8
} from '../../commons/new' ;
10
- import View from '../view' ;
9
+ import View , { ViewProps } from '../view' ;
11
10
import RadioGroupContext from './RadioGroupContext' ;
12
11
13
12
export type RadioGroupProps = ViewProps & {
You can’t perform that action at this time.
0 commit comments