From 3aefbd547ec8d3a1efe16cc3bdb68fe2704ea81d Mon Sep 17 00:00:00 2001 From: Profesor08 Date: Mon, 27 Jul 2020 23:09:38 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#46369=20fix:=20par?= =?UTF-8?q?entEl=20option=20can=20be=20of=20type=20Element=20or=20string?= =?UTF-8?q?=20by=20@Profesor08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/daterangepicker/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/daterangepicker/index.d.ts b/types/daterangepicker/index.d.ts index 63ab44e869..5cfbf94c88 100644 --- a/types/daterangepicker/index.d.ts +++ b/types/daterangepicker/index.d.ts @@ -174,7 +174,7 @@ declare namespace daterangepicker { /** * jQuery selector of the parent element that the date range picker will be added to, if not provided this will be 'body' */ - parentEl?: string; + parentEl?: Element | string; } interface Locale {