Rename type definition files. Update documentation. Update date-fn functions being used.

This commit is contained in:
Lucid Kobold
2022-06-14 17:38:40 -05:00
parent 632674c898
commit dff09977f9
8 changed files with 37 additions and 29 deletions

View File

@@ -120,7 +120,7 @@ const Calender = (newDate?: UpdateCalendarProps): JSX.Element => {
<Day
isOverflow={isOverflow}
overflowDirection={overflowDirection}
sticker={sticker}
currSticker={sticker}
date={date}
selectedDate={selectedDate.date}
currDate={currDateObj}