From 67bcf68325a56630a1d33aeebe41307770c6feeb Mon Sep 17 00:00:00 2001 From: Ruslan Voronkov Date: Mon, 26 Jun 2017 10:03:19 +0300 Subject: [PATCH] Move firstDay attribute out of days object *firstDay* attribute should be in calendar object --- types/kendo-ui/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/kendo-ui/index.d.ts b/types/kendo-ui/index.d.ts index 8c58c182be..733845e514 100644 --- a/types/kendo-ui/index.d.ts +++ b/types/kendo-ui/index.d.ts @@ -16,8 +16,8 @@ declare namespace kendo { names: string[]; namesAbbr: string[]; namesShort: string[]; - firstDay: number; }; + firstDay: number; months: { names: string[]; namesAbbr: string[];