UNPKG

trustly-react-native-webview

Version:

Trustly ReactNative WebView needed when integrating Trustly Checkout in a ReactNative application.

8 lines 322 B
export interface ITrustlyWebViewProps { uri: string; onSuccess?: () => void; onError?: () => void; } export declare const TrustlyWebView: ({ uri, onSuccess, onError, }: ITrustlyWebViewProps) => import("react/jsx-runtime").JSX.Element; export default TrustlyWebView; //# sourceMappingURL=TrustlyWebView.d.ts.map