stdproject/frontend/node_modules/element-plus/lib/components/countdown/src/utils.d.ts

4 lines
181 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
import type { Dayjs } from 'dayjs';
export declare const getTime: (value: number | Dayjs) => number;
export declare const formatTime: (timestamp: number, format: string) => string;