UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

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