UNPKG

naive-ui

Version:

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

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const common_1 = require("../../_styles/common"); const light_1 = require("./light"); const listDark = { name: 'List', common: common_1.commonDark, self: light_1.self }; exports.default = listDark;