mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[react-native] Add injectJavaScript method to WebView
This commit is contained in:
Vendored
+5
@@ -2184,6 +2184,11 @@ export interface WebViewStatic extends React.ClassicComponentClass<WebViewProper
|
||||
* Returns the native webview node.
|
||||
*/
|
||||
getWebViewHandle: () => any;
|
||||
|
||||
/**
|
||||
* Inject JavaScript to be executed immediately.
|
||||
*/
|
||||
injectJavaScript: (script: string) => void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user