Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Added dayjsLocalizer type that was added in this PR: jquense/react-big-calendar#2264
  • Loading branch information
levani132 authored Feb 3, 2023
1 parent 8e8c5b1 commit a26807e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/react-big-calendar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ export function luxonLocalizer(
firstDayOfWeek: number;
},
): DateLocalizer;
export function dayjsLocalizer(dayjs: object): DateLocalizer;

export const Navigate: {
PREVIOUS: 'PREV';
Expand Down

0 comments on commit a26807e

Please sign in to comment.