Skip to content

Commit e35a309

Browse files
committed
Remove unused imports
1 parent 39ab067 commit e35a309

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/react-native/Libraries/StyleSheet/StyleSheet.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ import type {
1616
____DangerouslyImpreciseStyle_Internal,
1717
____DangerouslyImpreciseStyleProp_Internal,
1818
____FontVariant_Internal,
19-
____ImageStyle_Internal,
2019
____ImageStyleProp_Internal,
21-
____TextStyle_Internal,
2220
____TextStyleProp_Internal,
2321
____TransformStyle_Internal,
24-
____ViewStyle_Internal,
2522
____ViewStyleProp_Internal,
2623
NativeColorValue,
2724
} from './StyleSheetTypes';

packages/react-native/Libraries/StyleSheet/StyleSheet.js.flow

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ import type {
1515
____DangerouslyImpreciseStyle_Internal,
1616
____DangerouslyImpreciseStyleProp_Internal,
1717
____FontVariant_Internal,
18-
____ImageStyle_Internal,
1918
____ImageStyleProp_Internal,
20-
____TextStyle_Internal,
2119
____TextStyleProp_Internal,
2220
____TransformStyle_Internal,
23-
____ViewStyle_Internal,
2421
____ViewStyleProp_Internal,
2522
NativeColorValue,
2623
} from './StyleSheetTypes';

0 commit comments

Comments
 (0)