UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

4 lines (3 loc) 222 B
declare const normalizeTimeFormat: (time: string | number) => string | number; declare const timeFormat: (time: string | number, format?: string | undefined) => string | number; export { normalizeTimeFormat, timeFormat };