UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

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;