Skip to content

Commit b8b2bdc

Browse files
chrisbobbegnprice
authored andcommitted
react-native-webview libdef: Properly say type of default export
1 parent 7a4c84f commit b8b2bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow-typed/react-native-webview_v11.x.x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,5 +1319,5 @@ declare module 'react-native-webview' {
13191319

13201320
declare export type WebViewProps = $ReadOnly<{| ...IOSWebViewProps, ...AndroidWebViewProps |}>;
13211321
declare export var WebView: React$ComponentType<WebViewProps>;
1322-
declare export default WebView;
1322+
declare export default typeof WebView;
13231323
}

0 commit comments

Comments
 (0)