UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

12 lines 315 B
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;