import { WebViewErrorInfo, WebViewState } from './WebViewState'; export type WebViewEventMap = { 'error'(error: Error | WebViewErrorInfo): void; 'webViewStateChange': (webViewState: WebViewState) => void; };