12 lines
315 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
import { commonDark } from "../../_styles/common/index.mjs";
import { scrollbarDark } from "../../_internal/scrollbar/styles/index.mjs";
import { self } from "./light.mjs";
const drawerDark = {
name: 'Drawer',
common: commonDark,
peers: {
Scrollbar: scrollbarDark
},
self
};
export default drawerDark;