UNPKG

boxpay-checkout-reactnative-sdk

Version:
9 lines 270 B
import React from 'react'; interface WebViewScreenProps { url: string | null; html: string | null; onBackPress: () => void; } declare const WebViewScreen: React.FC<WebViewScreenProps>; export default WebViewScreen; //# sourceMappingURL=webViewScreen.d.ts.map