UNPKG

naive-ui

Version:

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

8 lines 200 B
import { commonLight } from "../../_styles/common/index.mjs"; export const self = () => ({}); const equationLight = { name: 'Equation', common: commonLight, self }; export default equationLight;