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) 141 B
export interface KlarnaProductEvent { readonly action: string; readonly params: { [key: string]: any }; readonly sessionId?: string; }