UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

12 lines (11 loc) 251 B
export interface IOptionType { decimalScale: number; integerScale: number; prefix?: string; } export interface IThousandInputProps { modelValue?: string; formatValue?: string; options?: IOptionType; padDecimal?: boolean; }