UNPKG

260 BTypeScriptView Raw
1import { FunctionalComponent } from 'vue';
2import { FormatConfig, valueType } from './utils';
3interface NumberProps extends FormatConfig {
4 value: valueType;
5}
6declare const StatisticNumber: FunctionalComponent<NumberProps>;
7export default StatisticNumber;