ant-design/components/statistic/index.tsx

7 lines
214 B
TypeScript
Raw Normal View History

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