UNPKG

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