Moved valid date range function into it's own file to be accessibly within the dynamic pages.
This commit is contained in:
5
types/CalenderContext.d.ts
vendored
5
types/CalenderContext.d.ts
vendored
@@ -48,11 +48,6 @@ interface MonthContext extends MonthInfo {
|
||||
layout: MonthLayout;
|
||||
}
|
||||
|
||||
interface ValidDateRange {
|
||||
start: Date;
|
||||
end: Date;
|
||||
}
|
||||
|
||||
interface UpdateCalendarProps {
|
||||
year: number;
|
||||
month: number;
|
||||
|
||||
Reference in New Issue
Block a user