UNPKG

naive-ui

Version:

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

8 lines 191 B
import { commonDark } from "../../_styles/common/index.mjs"; import { self } from "./light.mjs"; const tableDark = { name: 'Table', common: commonDark, self }; export default tableDark;