Skip to content

Commit

Permalink
fix(types): Export WebViewMessageEvent, WebViewNavigation for externa…
Browse files Browse the repository at this point in the history
…l use (#855)
  • Loading branch information
tido64 authored and Titozzz committed Sep 9, 2019
1 parent 0466dff commit be027da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit be027da

Please sign in to comment.