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