UNPKG

@fallen-zero/use

Version:
9 lines (8 loc) 164 B
/** 实时获取时间 */ export declare const useIntervalDate: () => { currDate: { date: string; time: string; week: string; }; };