🤖 Merge PR #46369 fix: parentEl option can be of type Element or string by @Profesor08

This commit is contained in:
Profesor08 2020-07-27 23:09:38 +03:00 committed by GitHub
parent 1a3510f39a
commit 3aefbd547e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {