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