naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
20 lines (19 loc) • 768 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.self = self;
const common_1 = require("../../_styles/common");
const _common_1 = __importDefault(require("./_common"));
function self(vars) {
const { boxShadow2, popoverColor, textColor2, borderRadius, fontSize, dividerColor } = vars;
return Object.assign(Object.assign({}, _common_1.default), { fontSize,
borderRadius, color: popoverColor, dividerColor, textColor: textColor2, boxShadow: boxShadow2 });
}
const popoverLight = {
name: 'Popover',
common: common_1.commonLight,
self
};
exports.default = popoverLight;
;