UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

8 lines (7 loc) 260 B
import { FunctionalComponent } from 'vue'; import { FormatConfig, valueType } from './utils'; interface NumberProps extends FormatConfig { value: valueType; } declare const StatisticNumber: FunctionalComponent<NumberProps>; export default StatisticNumber;