From 37bdb9a28a005f6a9bd01695f96bd00f2fae24dc Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 21 Nov 2023 21:31:01 +0300 Subject: [PATCH] Update Calendar.d.ts --- components/lib/calendar/Calendar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index dee99b6d3..f2b6eb96e 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -773,7 +773,7 @@ export interface CalendarSlots { * Number of the week */ weekNumber: number; - }); + }): VNode[]; /** * Custom dropdown icon template. * @param {Object} scope - dropdown icon slot's params.