1
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
import type { FormatConfig, valueType } from './utils';
|
||||
interface NumberProps extends FormatConfig {
|
||||
value: valueType;
|
||||
prefixCls?: string;
|
||||
}
|
||||
declare const StatisticNumber: React.FC<NumberProps>;
|
||||
export default StatisticNumber;
|
||||
Reference in New Issue
Block a user