import dayjs from 'dayjs'; /** * @deprecated 对vue理解有问题,从vue实例拿dayjs属于多此一举了。后续会删除useDayjs方法。 * 可以直接使用import dayjs from 'dayjs';替换 */ export declare function useDayjs(): typeof dayjs; export declare function useDateFormat(date: string | number | undefined, format?: string, zeroNotToHyphen?: boolean): string;