ant-design/components/statistic/index.tsx
2023-03-20 11:23:46 +08:00

7 lines
214 B
TypeScript

import type { CountdownProps } from './Countdown';
import type { StatisticProps } from './Statistic';
import Statistic from './Statistic';
export type { StatisticProps, CountdownProps };
export default Statistic;