UNPKG

naive-ui

Version:

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

4 lines (3 loc) 159 B
export { default as layoutDark } from './dark'; export { default as layoutLight } from './light'; export type { LayoutTheme, LayoutThemeVars } from './light';