New Huajishe Check ChaoXing
This commit is contained in:
6
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/calendar/utils.d.ts
vendored
Normal file
6
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/calendar/utils.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare function getMonthByOffset(date: Date, offset: number): Date;
|
||||
export declare function getYearByOffset(date: Date, offset: number): Date;
|
||||
export declare const getPrevMonth: (date: Date) => Date;
|
||||
export declare const getNextMonth: (date: Date) => Date;
|
||||
export declare const getPrevYear: (date: Date) => Date;
|
||||
export declare const getNextYear: (date: Date) => Date;
|
||||
Reference in New Issue
Block a user