@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
10 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MultiSelectionArgs = void 0;
var MultiSelectionArgs = /** @class */ (function () {
function MultiSelectionArgs() {
}
return MultiSelectionArgs;
}());
exports.MultiSelectionArgs = MultiSelectionArgs;
//# sourceMappingURL=MultiSelectionArgs.js.map