[@types/react-dates] Add missing firstDayOfWeek optional prop to DayPickerRangeController component (#22689)

This commit is contained in:
Dennis Coh
2018-01-05 09:18:01 -08:00
committed by Mohamed Hegazy
parent d28699513a
commit 7865985f04
+1
View File
@@ -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,