UNPKG

@arco-vue-pro-components/pro-components

Version:
6 lines (5 loc) 242 B
export declare function formatterDecimal(value: any, precision?: number, capital?: boolean, intPartNumber?: number): { value: any; text: any; }; export declare function toCapital(money: any, unit: string, precision?: number): string;