15 lines
404 B
JavaScript
Raw Permalink Normal View History

2024-01-29 09:26:07 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const common_1 = require("../../_styles/common");
const styles_1 = require("../../button/styles");
2024-08-02 18:19:39 +08:00
const light_1 = require("./light");
2024-01-29 09:26:07 +08:00
const calendarDark = {
name: 'Calendar',
common: common_1.commonDark,
peers: {
Button: styles_1.buttonDark
},
self: light_1.self
};
exports.default = calendarDark;