Files
Fluxup_PAP/node_modules/expo/build/dom/webview/RNWebView.d.ts
2026-03-10 16:18:05 +00:00

7 lines
323 B
TypeScript

/**
* A re-export of `react-native-webview` that supports optional dependency.
*/
declare let module: undefined | typeof import('react-native-webview').WebView;
export default module;
export type { WebView as RNWebView, WebViewProps as RNWebViewProps } from 'react-native-webview';
//# sourceMappingURL=RNWebView.d.ts.map