UNPKG

@omnia/fx-models

Version:
15 lines (14 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhotoWall = void 0; const ManifestIds_1 = require("../../ManifestIds"); class PhotoWall { /** * */ constructor() { this.id = ManifestIds_1.OmniaWebComponentManifests.FxPhotoWallProvider; this.name = "WCM.Media.Gallery.PhotoWall.Title"; } } exports.PhotoWall = PhotoWall;