2024-01-29 09:26:07 +08:00

13 lines
800 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.notificationRtl = exports.notificationLight = exports.notificationDark = void 0;
var dark_1 = require("./dark");
Object.defineProperty(exports, "notificationDark", { enumerable: true, get: function () { return __importDefault(dark_1).default; } });
var light_1 = require("./light");
Object.defineProperty(exports, "notificationLight", { enumerable: true, get: function () { return __importDefault(light_1).default; } });
var rtl_1 = require("./rtl");
Object.defineProperty(exports, "notificationRtl", { enumerable: true, get: function () { return rtl_1.notificationRtl; } });