From e907f23b607d85e2d391233cc8ff3be863cc4fae Mon Sep 17 00:00:00 2001 From: naved Date: Mon, 19 Jun 2023 18:26:56 +0530 Subject: [PATCH] Added currentView type to DatetimepickerState. --- typings/DateTime.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/DateTime.d.ts b/typings/DateTime.d.ts index 99bbc4134..89e61a481 100644 --- a/typings/DateTime.d.ts +++ b/typings/DateTime.d.ts @@ -207,6 +207,7 @@ declare namespace ReactDatetimeClass { updateOn: string; inputFormat: string; viewDate: Moment; + currentView: ViewMode; selectedDate: Moment; inputValue: string; open: boolean;