mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
9 lines
183 B
TypeScript
9 lines
183 B
TypeScript
import Countdown from './Countdown';
|
|
import Statistic, { StatisticProps } from './Statistic';
|
|
|
|
Statistic.Countdown = Countdown;
|
|
|
|
export { StatisticProps };
|
|
|
|
export default Statistic;
|