UNPKG

naive-ui

Version:

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

5 lines (4 loc) 209 B
export { default as statisticDark } from './dark'; export { default as statisticLight } from './light'; export type { StatisticTheme, StatisticThemeVars } from './light'; export { statisticRtl } from './rtl';