UNPKG

naive-ui

Version:

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

4 lines (3 loc) 147 B
export { default as logDark } from './dark'; export { default as logLight } from './light'; export type { LogThemeVars, LogTheme } from './light';