UNPKG

naive-ui

Version:

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

5 lines (4 loc) 184 B
export { default as cardDark } from './dark'; export { default as cardLight } from './light'; export type { CardTheme, CardThemeVars } from './light'; export { cardRtl } from './rtl';