/** * 格式化时间,主要作用是补0 * @param value */ export default function formatTime(value?: string): string;