This commit is contained in:
focp212@naver.com
2025-10-01 13:30:00 +09:00
parent 851545e81c
commit 24f4878acd
3 changed files with 12 additions and 12 deletions

View File

@@ -71,9 +71,9 @@ export declare const appBridge: import('@webview-bridge/react-native').BridgeSto
export type AppBridge = typeof appBridge;
export declare const WebView: import('react').ForwardRefExoticComponent<
import('react-native-webview/lib/WebViewTypes').IOSWebViewProps &
import('react-native-webview/lib/WebViewTypes').AndroidWebViewProps &
import('react-native-webview/lib/WebViewTypes').WindowsWebViewProps &
import('react').RefAttributes<import('@webview-bridge/react-native').BridgeWebView>
import('react-native-webview/lib/WebViewTypes').AndroidWebViewProps &
import('react-native-webview/lib/WebViewTypes').WindowsWebViewProps &
import('react').RefAttributes<import('@webview-bridge/react-native').BridgeWebView>
>,
linkWebMethod: <T>() => {
current: import('@webview-bridge/react-native').WebMethod<T>;