mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
7 lines
214 B
TypeScript
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;
|