jstd-web/node_modules/element-plus/lib/components/countdown/src/utils.d.ts

4 lines
181 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import type { Dayjs } from 'dayjs';
export declare const getTime: (value: number | Dayjs) => number;
export declare const formatTime: (timestamp: number, format: string) => string;