mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #2952 from adidahiya/pickadate
Update pickadate.d.ts typing for container option
This commit is contained in:
Vendored
+4
-4
@@ -141,8 +141,8 @@ declare module Pickadate {
|
||||
// Disable dates (elements can be Dates, [YEAR, MONTH, DATE] arrays, or integers of the week)
|
||||
disable?: any[];
|
||||
|
||||
// Root container selector
|
||||
container?: string
|
||||
// Root container selector (string) or element (JQuery)
|
||||
container?: any;
|
||||
|
||||
// Events
|
||||
onStart?: () => void;
|
||||
@@ -238,8 +238,8 @@ declare module Pickadate {
|
||||
// Disable dates (elements can be Dates, [YEAR, MONTH, DATE] arrays, or integers of the week)
|
||||
disable?: any[];
|
||||
|
||||
// Root container selector
|
||||
container?: string
|
||||
// Root container selector (string) or element (JQuery)
|
||||
container?: any;
|
||||
|
||||
// Events
|
||||
onStart?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user