Files
electronTs-ks-demo/dist/core/interactive/Notification.interactive.js
2024-09-27 01:23:51 +08:00

7 lines
168 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notification = void 0;
class Notification {
}
exports.Notification = Notification;