UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

9 lines (8 loc) 325 B
import React from 'react'; import Countdown from './countdown'; import { StatisticProps } from './interface'; declare const StatisticComponent: React.ForwardRefExoticComponent<StatisticProps & React.RefAttributes<unknown>> & { Countdown: typeof Countdown; }; export default StatisticComponent; export { StatisticProps };