2025-12-10 12:02:17 +08:00

5 lines
209 B
TypeScript

export { default as statisticDark } from './dark';
export { default as statisticLight } from './light';
export type { StatisticTheme, StatisticThemeVars } from './light';
export { statisticRtl } from './rtl';