mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-22 08:48:39 +00:00
feat(types): Post message types (#166)
This commit is contained in:
parent
3b247e3f1a
commit
0ff0fd3ed6
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -429,5 +429,6 @@ export class WebView extends Component<WebViewSharedProps> {
|
||||
public goBack: () => void;
|
||||
public reload: () => void;
|
||||
public stopLoading: () => void;
|
||||
public postMessage: (msg: string) => void
|
||||
public injectJavaScript: (js: string) => void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user