naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
15 lines (14 loc) • 467 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const styles_1 = require("../../_internal/select-menu/styles");
const common_1 = require("../../_styles/common");
const styles_2 = require("../../popover/styles");
const popselect = {
name: 'Popselect',
common: common_1.commonDark,
peers: {
Popover: styles_2.popoverDark,
InternalSelectMenu: styles_1.internalSelectMenuDark
}
};
exports.default = popselect;
;