mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
0afdbe4d4a
* exporting common types * no use importype * fix test * try fix test * Update components/index.tsx Co-authored-by: 偏右 <afc163@gmail.com> * remove typo * fix test Co-authored-by: 偏右 <afc163@gmail.com>
9 lines
183 B
TypeScript
9 lines
183 B
TypeScript
import Statistic, { StatisticProps } from './Statistic';
|
|
import Countdown from './Countdown';
|
|
|
|
Statistic.Countdown = Countdown;
|
|
|
|
export { StatisticProps };
|
|
|
|
export default Statistic;
|