File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ import type {ResolvedAssetSource} from './AssetSourceResolver';
12
12
import type {ImageProps} from './ImageProps';
13
13
import type {ViewProps} from '../Components/View/ViewPropTypes';
14
14
import {ConditionallyIgnoredEventHandlers} from '../NativeComponent/ViewConfigIgnore';
15
- import type {
16
- HostComponent,
17
- PartialViewConfig,
18
- } from '../Renderer/shims/ReactNativeTypes';
15
+ import type {HostComponent} from '../Renderer/shims/ReactNativeTypes';
19
16
import type {
20
17
ColorValue,
21
18
DangerouslyImpreciseStyle,
Original file line number Diff line number Diff line change @@ -14,11 +14,7 @@ const View = require('../Components/View/View');
14
14
import typeof ScrollViewNativeComponent from '../Components/ScrollView/ScrollViewNativeComponent';
15
15
import {type ScrollResponderType} from '../Components/ScrollView/ScrollView';
16
16
import type {ViewStyleProp} from '../StyleSheet/StyleSheet';
17
- import type {
18
- ViewToken,
19
- ViewabilityConfigCallbackPair,
20
- } from './ViewabilityHelper';
21
- import type {RenderItemType, RenderItemProps} from './VirtualizedList';
17
+ import type {RenderItemType} from './VirtualizedList';
22
18
import typeof VirtualizedList from './VirtualizedList';
23
19
24
20
type RequiredProps<ItemT> = {|
You can’t perform that action at this time.
0 commit comments