UNPKG

naive-ui

Version:

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

18 lines (17 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.self = self; const common_1 = require("../../_styles/common"); function self(vars) { const { primaryColor, baseColor } = vars; return { color: primaryColor, iconColor: baseColor }; } const iconWrapperLight = { name: 'IconWrapper', common: common_1.commonLight, self }; exports.default = iconWrapperLight;