@sberdevices/plasma-temple
Version:
SberDevices CanvasApp Templates.
21 lines (16 loc) • 800 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ShopLandingCarousel = void 0;
var _deviceFamily = /*#__PURE__*/require("../../../../utils/deviceFamily");
var _ShopLandingCarouselSberbox = /*#__PURE__*/require("./ShopLandingCarousel@sberbox");
var _ShopLandingCarouselSberportal = /*#__PURE__*/require("./ShopLandingCarousel@sberportal");
var mapDeviceToCarousel = {
sberBox: _ShopLandingCarouselSberbox.ShopLandingCarouselSberBox,
sberPortal: _ShopLandingCarouselSberportal.ShopLandingCarouselSberPortal,
mobile: _ShopLandingCarouselSberportal.ShopLandingCarouselSberPortal
};
var ShopLandingCarousel = mapDeviceToCarousel[_deviceFamily.deviceFamily];
exports.ShopLandingCarousel = ShopLandingCarousel;
//# sourceMappingURL=ShopLandingCarousel.js.map
;