UNPKG

naive-ui

Version:

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

22 lines (21 loc) 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.self = self; const common_1 = require("../../_styles/common"); function self() { return { dotSize: '8px', dotColor: 'rgba(255, 255, 255, .3)', dotColorActive: 'rgba(255, 255, 255, 1)', dotColorFocus: 'rgba(255, 255, 255, .5)', dotLineWidth: '16px', dotLineWidthActive: '24px', arrowColor: '#eee' }; } const carouselLight = { name: 'Carousel', common: common_1.commonLight, self }; exports.default = carouselLight;