UNPKG

naive-ui

Version:

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

5 lines (4 loc) 179 B
export { default as tagDark } from './dark'; export { default as tagLight } from './light'; export type { TagTheme, TagThemeVars } from './light'; export { tagRtl } from './rtl';