UNPKG

react-native-unit-components

Version:

Unit React Native components

8 lines 527 B
import type { EventToContinueEvent, RequestDownloadEvent } from '../messages/webMessages/unitMessages'; import WebView from 'react-native-webview'; export declare const getInfoParams: () => Promise<{ [key: string]: string; }>; export declare const handleRequestDownload: (details: RequestDownloadEvent, onReadyToShare: () => void) => Promise<void>; export declare const injectEventToContinue: (currentWeb: WebView | null, eventToContinueEvent: EventToContinueEvent) => void; //# sourceMappingURL=WebComponent.utils.d.ts.map