mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
fix(types): Export WebViewMessageEvent, WebViewNavigation for external use (#855)
This commit is contained in:
committed by
Thibault Malbranche
parent
0466dfff17
commit
be027dad1f
Vendored
+2
@@ -2,6 +2,8 @@ import { Component } from 'react';
|
||||
// eslint-disable-next-line
|
||||
import { IOSWebViewProps, AndroidWebViewProps } from './lib/WebViewTypes';
|
||||
|
||||
export { WebViewMessageEvent, WebViewNavigation } from "./lib/WebViewTypes";
|
||||
|
||||
export type WebViewProps = IOSWebViewProps & AndroidWebViewProps;
|
||||
|
||||
declare class WebView extends Component<WebViewProps> {
|
||||
|
||||
Reference in New Issue
Block a user