ant-design/components/statistic/index.tsx
陈帅 0afdbe4d4a
fix: exporting common types (#28963)
* 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>
2021-01-24 23:24:06 +08:00

9 lines
183 B
TypeScript

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