Files
mixtape/zero.Web.UI/App/core/link-area.js
T
2021-02-09 16:00:43 +01:00

12 lines
360 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LinkArea = /** @class */ (function () {
function LinkArea(alias, label, component) {
this.alias = alias;
this.label = label;
this.component = component;
}
return LinkArea;
}());
exports.default = LinkArea;
//# sourceMappingURL=link-area.js.map