mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #1867 from niemyjski/patch-3
bootstrap.datepicker: reverted DatepickerOptions.todayBtn type to any.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ interface DatepickerOptions {
|
||||
endDate?: any;
|
||||
autoclose?: boolean;
|
||||
startView?: number;
|
||||
todayBtn?: boolean;
|
||||
todayBtn?: any;
|
||||
todayHighlight?: boolean;
|
||||
keyboardNavigation?: boolean;
|
||||
language?: string;
|
||||
|
||||
Reference in New Issue
Block a user