UNPKG

naive-ui

Version:

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

5 lines (4 loc) 189 B
export { default as thingDark } from './dark'; export { default as thingLight } from './light'; export type { ThingTheme, ThingThemeVars } from './light'; export { thingRtl } from './rtl';