UNPKG

naive-ui

Version:

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

14 lines (13 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.self = self; const common_1 = require("../../_styles/common"); function self() { return {}; } const marqueeLight = { name: 'Marquee', common: common_1.commonLight, self }; exports.default = marqueeLight;