rn-amazon-payment-services
Version:
Amazon Payment Services Sdk react native package
11 lines (10 loc) • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DIRECT_PAY_VIEW_WIDTH = exports.DIRECT_PAY_VIEW_HEIGHT = exports.CUSTOM_UI_VIEW_WIDTH = exports.CUSTOM_UI_VIEW_HEIGHT = void 0;
const CUSTOM_UI_VIEW_HEIGHT = exports.CUSTOM_UI_VIEW_HEIGHT = 500;
const CUSTOM_UI_VIEW_WIDTH = exports.CUSTOM_UI_VIEW_WIDTH = 320;
const DIRECT_PAY_VIEW_HEIGHT = exports.DIRECT_PAY_VIEW_HEIGHT = 300;
const DIRECT_PAY_VIEW_WIDTH = exports.DIRECT_PAY_VIEW_WIDTH = 300;
//# sourceMappingURL=styleDefaults.js.map