Files
projet_gestion_commande/frontend-admin/node_modules/react-native-webview/lib/WebView.ios.d.ts
T
2026-02-07 22:33:02 +01:00

7 lines
257 B
TypeScript

import React from 'react';
import { IOSWebViewProps } from './WebViewTypes';
declare const WebView: React.ForwardRefExoticComponent<IOSWebViewProps & React.RefAttributes<{}>> & {
isFileUploadSupported: () => Promise<boolean>;
};
export default WebView;