@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
14 lines • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Metric = exports.StorageType = void 0;
var utils_1 = require("@edsilv/utils");
Object.defineProperty(exports, "StorageType", { enumerable: true, get: function () { return utils_1.StorageType; } });
var Metric = /** @class */ (function () {
function Metric(type, minWidth) {
this.type = type;
this.minWidth = minWidth;
}
return Metric;
}());
exports.Metric = Metric;
//# sourceMappingURL=BaseConfig.js.map