stdproject/frontend/node_modules/element-plus/lib/components/countdown/src/utils.d.ts
2025-05-30 13:43:31 +08:00

4 lines
181 B
TypeScript

import type { Dayjs } from 'dayjs';
export declare const getTime: (value: number | Dayjs) => number;
export declare const formatTime: (timestamp: number, format: string) => string;