Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var IntroPageConfig = /** @class */ (function () {
function IntroPageConfig(title, disableBuild, smallDesc, priceText, imageConfig, imageFrame, linkConfig) {
this.title = title;
this.disableBuild = disableBuild;
this.smallDesc = smallDesc;
this.priceText = priceText;
this.imageConfig = imageConfig;
this.imageFrame = imageFrame;
this.linkConfig = linkConfig;
}
return IntroPageConfig;
}());
exports.IntroPageConfig = IntroPageConfig;
exports.default = IntroPageConfig;
//# sourceMappingURL=introPageConfig.js.map