| 65 | }; |
| 66 | |
| 67 | interface NativeScriptWebViewBaseInterface { |
| 68 | prototype: View & WebViewProperties & WebViewCommands; |
| 69 | new (): View & WebViewProperties & WebViewCommands; |
| 70 | } |
| 71 | |
| 72 | export const NativeScriptWebViewCommon = requireNativeComponent('RNCWebView') as NativeScriptWebViewBaseInterface; |
nothing calls this directly
no outgoing calls
no test coverage detected