UNPKG

naive-ui

Version:

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

4 lines (3 loc) 145 B
export { default as elementDark } from './dark'; export { default as elementLight } from './light'; export type { ElementTheme } from './light';