rm deep imports
This commit is contained in:
@@ -1,16 +1,15 @@
|
|||||||
import {type ViewProps} from 'react-native'
|
|
||||||
import {
|
import {
|
||||||
type BubblingEventHandler,
|
codegenNativeComponent,
|
||||||
type Int32,
|
type CodegenTypes,
|
||||||
} from 'react-native/Libraries/Types/CodegenTypes'
|
type ViewProps,
|
||||||
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'
|
} from 'react-native'
|
||||||
|
|
||||||
type OnRefreshEvent = {}
|
type OnRefreshEvent = {}
|
||||||
|
|
||||||
export interface NativeProps extends ViewProps {
|
export interface NativeProps extends ViewProps {
|
||||||
scrollViewTag: Int32 | null
|
scrollViewTag: CodegenTypes.Int32 | null
|
||||||
refreshing?: boolean
|
refreshing?: boolean
|
||||||
onRefresh?: BubblingEventHandler<OnRefreshEvent>
|
onRefresh?: CodegenTypes.BubblingEventHandler<OnRefreshEvent>
|
||||||
}
|
}
|
||||||
|
|
||||||
export default codegenNativeComponent<NativeProps>('ScrollForwarderView')
|
export default codegenNativeComponent<NativeProps>('ScrollForwarderView')
|
||||||
|
|||||||
Reference in New Issue
Block a user