From b73e47ca80e9c8d68e202500fb7f7952e04092f7 Mon Sep 17 00:00:00 2001 From: Daniel Areiza Date: Thu, 6 Oct 2016 00:17:30 -0500 Subject: [PATCH] bootstrap-datepicker view mode option (#11755) * jquery-colorpicker update * Changed suggested type to original * bootstrap-datepicker view mode option --- bootstrap-datepicker/bootstrap-datepicker.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-datepicker/bootstrap-datepicker.d.ts b/bootstrap-datepicker/bootstrap-datepicker.d.ts index 1a2bb2124b..007f812c03 100644 --- a/bootstrap-datepicker/bootstrap-datepicker.d.ts +++ b/bootstrap-datepicker/bootstrap-datepicker.d.ts @@ -36,6 +36,7 @@ interface DatepickerOptions { multidateSeparator?: string; orientation?: string; assumeNearbyYear?: any; + viewMode?: string; } interface DatepickerCustomFormatOptions {