Skip to content

Commit ca2e308

Browse files
christianranksodik82
authored andcommitted
fix #274: move testID from MenuOptionProps to MenuOptionProp
1 parent 58b7864 commit ca2e308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ declare module "react-native-popup-menu" {
103103
optionsContainerStyle?: StyleProp<ViewStyle>;
104104
renderOptionsContainer?: Function;
105105
customStyles?: MenuOptionsCustomStyle;
106-
testID?: string;
107106
children?: React.ReactNode;
108107
}
109108

@@ -129,6 +128,7 @@ declare module "react-native-popup-menu" {
129128

130129
onSelect?(): any;
131130
children?: React.ReactNode;
131+
testID?: string;
132132
}
133133

134134
interface MenuOptionCustomStyle {

0 commit comments

Comments
 (0)