Skip to content

Commit 538134b

Browse files
committed
chore: sort index imports
1 parent 6d62bae commit 538134b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ declare module 'react-native-dropdown-picker' {
88
} from 'react';
99
import {
1010
FlatListProps,
11+
ImageStyle,
1112
LayoutChangeEvent,
1213
ModalProps,
1314
ScrollViewProps,
@@ -17,9 +18,7 @@ declare module 'react-native-dropdown-picker' {
1718
TextStyle,
1819
TouchableOpacityProps,
1920
ViewProps,
20-
ViewStyle,
21-
ImageStyle
22-
} from 'react-native';
21+
ViewStyle } from 'react-native';
2322

2423
export type ValueType = string | number | boolean;
2524

0 commit comments

Comments
 (0)