UNPKG

naive-ui

Version:

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

25 lines 483 B
import { commonLight } from "../../_styles/common/index.mjs"; export function self(vars) { const { textColorBase, opacity1, opacity2, opacity3, opacity4, opacity5 } = vars; return { color: textColorBase, opacity1Depth: opacity1, opacity2Depth: opacity2, opacity3Depth: opacity3, opacity4Depth: opacity4, opacity5Depth: opacity5 }; } const iconLight = { name: 'Icon', common: commonLight, self }; export default iconLight;