UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

9 lines (8 loc) 222 B
export interface IInputNumberProps { modelValue: number; precision?: number; controlsPosition?: 'right' | ''; size?: 'large' | 'default' | 'small'; inputNumberClass?: string; inputWidth?: string; }