UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

9 lines (8 loc) 333 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 };