ckgl/node_modules/vant/lib/coupon/utils.d.ts
2024-12-21 13:52:42 +08:00

4 lines
190 B
TypeScript

export declare function getDate(timeStamp: number): string;
export declare const formatDiscount: (discount: number) => string;
export declare const formatAmount: (amount: number) => string;