utils.d.ts 190 B

123
  1. export declare function getDate(timeStamp: number): string;
  2. export declare const formatDiscount: (discount: number) => string;
  3. export declare const formatAmount: (amount: number) => string;