UNPKG

naive-ui

Version:

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

12 lines 389 B
import { internalSelectMenuDark } from "../../_internal/select-menu/styles/index.mjs"; import { commonDark } from "../../_styles/common/index.mjs"; import { popoverDark } from "../../popover/styles/index.mjs"; const popselect = { name: 'Popselect', common: commonDark, peers: { Popover: popoverDark, InternalSelectMenu: internalSelectMenuDark } }; export default popselect;