Skip to content

Commit a26807e

Browse files
authored
Update index.d.ts
Added dayjsLocalizer type that was added in this PR: jquense/react-big-calendar#2264
1 parent 8e8c5b1 commit a26807e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/react-big-calendar/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ export function luxonLocalizer(
554554
firstDayOfWeek: number;
555555
},
556556
): DateLocalizer;
557+
export function dayjsLocalizer(dayjs: object): DateLocalizer;
557558

558559
export const Navigate: {
559560
PREVIOUS: 'PREV';

0 commit comments

Comments
 (0)