UNPKG

react-native-klarna-inapp-sdk

Version:

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

13 lines (12 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KlarnaTheme = void 0; let KlarnaTheme = exports.KlarnaTheme = /*#__PURE__*/function (KlarnaTheme) { KlarnaTheme["Light"] = "light"; KlarnaTheme["Dark"] = "dark"; KlarnaTheme["Automatic"] = "automatic"; return KlarnaTheme; }({}); //# sourceMappingURL=KlarnaTheme.js.map