15 lines
435 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const styles_1 = require("../../_internal/scrollbar/styles");
const common_1 = require("../../_styles/common");
const light_1 = require("./light");
const notificationDark = {
name: 'Notification',
common: common_1.commonDark,
peers: {
Scrollbar: styles_1.scrollbarDark
},
self: light_1.self
};
exports.default = notificationDark;