UNPKG

react-native-klarna-inapp-sdk

Version:

This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.

6 lines (5 loc) 124 B
export interface KlarnaMobileSDKError { readonly isFatal: boolean; readonly message: string; readonly name: string; }