Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#66991 [react-big-calendar] Add allDayMaxRo…
Browse files Browse the repository at this point in the history
…ws property to CalendarProps by @MohammadArasteh

* [react-big-calendar] Add allDayMaxRows property to CalendarProps

* [react-big-calendar] Update version number to 1.8.0

* [react-big-calendar] Update version format
  • Loading branch information
MohammadArasteh authored Oct 12, 2023
1 parent a5355ca commit 8eee2b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/react-big-calendar/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for react-big-calendar 1.6
// Type definitions for react-big-calendar 1.8
// Project: https://github.com/jquense/react-big-calendar
// Definitions by: Piotr Witek <https://github.com/piotrwitek>
// Austin Turner <https://github.com/paustint>
Expand Down Expand Up @@ -485,6 +485,7 @@ export interface CalendarProps<TEvent extends object = Event, TResource extends
slotGroupPropGetter?: SlotGroupPropGetter | undefined;
dayPropGetter?: DayPropGetter | undefined;
showMultiDayTimes?: boolean | undefined;
allDayMaxRows?: number | undefined;
min?: Date | undefined;
max?: Date | undefined;
scrollToTime?: Date | undefined;
Expand Down

0 comments on commit 8eee2b2

Please sign in to comment.