UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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