mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1860 from fancyoung/master
fix bootstrap.datepicker type
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
interface DatepickerOptions {
|
||||
format?: string;
|
||||
weekStart?: number;
|
||||
startDate?: Date;
|
||||
endDate?: Date;
|
||||
startDate?: any;
|
||||
endDate?: any;
|
||||
autoclose?: boolean;
|
||||
startView?: number;
|
||||
todayBtn?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user