mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Added a property to the bootstrap.datepicker definition (#9212)
* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions * bootstrap.datepicker: formatting
This commit is contained in:
committed by
Masahiro Wakame
parent
69111ae0ba
commit
16debdc8db
@@ -35,6 +35,7 @@ interface DatepickerOptions {
|
||||
multidate?: any;
|
||||
multidateSeparator?: string;
|
||||
orientation?: string;
|
||||
assumeNearbyYear?: any;
|
||||
}
|
||||
|
||||
interface DatepickerEventObject extends JQueryEventObject {
|
||||
|
||||
Reference in New Issue
Block a user