UNPKG

@acdh-oeaw/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

12 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Information = void 0; var Information = /** @class */ (function () { function Information(message, actions) { this.message = message; this.actions = actions; } return Information; }()); exports.Information = Information; //# sourceMappingURL=Information.js.map