@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
15 lines (14 loc) • 394 B
JavaScript
;
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;