react-native-klarna-inapp-sdk
Version:
This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.
12 lines (11 loc) • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KlarnaEnvironment = void 0;
let KlarnaEnvironment = exports.KlarnaEnvironment = /*#__PURE__*/function (KlarnaEnvironment) {
KlarnaEnvironment["Playground"] = "playground";
KlarnaEnvironment["Production"] = "production";
return KlarnaEnvironment;
}({});
//# sourceMappingURL=KlarnaEnvironment.js.map