Skip to content

Commit 6fc3eb5

Browse files
authored
Merge pull request instea#161 from IlyaGulya/typescript-definition-update
Add missing style prop to Menu class definition
2 parents 46197a3 + 18bbb5e commit 6fc3eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ declare module "react-native-popup-menu" {
4242
opened?: boolean;
4343
renderer?: Function;
4444
rendererProps?: any;
45+
style?: StyleProp<ViewStyle>;
4546

4647
onSelect?(optionValue: any): any;
4748

0 commit comments

Comments
 (0)