UNPKG

naive-ui

Version:

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

5 lines (4 loc) 167 B
import type { Theme } from '../../_mixins'; declare const elementLight: Theme<'Element'>; export default elementLight; export type ElementTheme = typeof elementLight;