Skip to content

Commit 1d23802

Browse files
authored
Update index.d.ts
Sorry, this was my fault again. I actually tested it this time - no errors now 😅
1 parent 62bf124 commit 1d23802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component } from 'react';
2-
import { NativeSyntheticEvent, ViewStyle } from 'react-native';
2+
import { NativeSyntheticEvent, ViewProps, ViewStyle } from 'react-native';
33

44
export interface ContextMenuAction {
55
/**

0 commit comments

Comments
 (0)