mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
[@types/react-dates] Add missing firstDayOfWeek optional prop to DayPickerRangeController component (#22689)
This commit is contained in:
committed by
Mohamed Hegazy
parent
d28699513a
commit
7865985f04
Vendored
+1
@@ -237,6 +237,7 @@ declare namespace ReactDates {
|
||||
onOutsideClick?: (e: any) => void,
|
||||
keepOpenOnDateSelect?: boolean,
|
||||
noBorder?: boolean,
|
||||
firstDayOfWeek? : 0 | 1 | 2 | 3 | 4 | 5 | 6,
|
||||
|
||||
// navigation related props
|
||||
navPrev?: string | JSX.Element,
|
||||
|
||||
Reference in New Issue
Block a user