Moved stickers state to redux. Removed unneded type definitions. Refactored components to accomdate changes in types and interfaces.
This commit is contained in:
6
types/CalenderContext.d.ts
vendored
6
types/CalenderContext.d.ts
vendored
@@ -44,3 +44,9 @@ interface UpdateCalendarProps {
|
||||
month: number;
|
||||
day: number;
|
||||
}
|
||||
|
||||
interface SelectedDateInfo {
|
||||
date: string;
|
||||
title: string;
|
||||
layout: MonthLayout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user