UNPKG

react-native-klarna-inapp-sdk

Version:

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

5 lines (4 loc) 110 B
export interface KlarnaProductEvent { readonly action: string; readonly params: { [key: string]: any }; }