UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

8 lines (7 loc) 243 B
import * as React from 'react'; import type { FormatConfig, valueType } from './utils'; interface NumberProps extends FormatConfig { value: valueType; } declare const StatisticNumber: React.FC<NumberProps>; export default StatisticNumber;