mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
+4
-4
@@ -11,11 +11,11 @@ interface DatepickerOptions {
|
||||
weekStart?: number;
|
||||
startDate?: Date;
|
||||
endDate?: Date;
|
||||
autoclose?: bool;
|
||||
autoclose?: boolean;
|
||||
startView?: number;
|
||||
todayBtn?: bool;
|
||||
todayHighlight?: bool;
|
||||
keyboardNavigation?: bool;
|
||||
todayBtn?: boolean;
|
||||
todayHighlight?: boolean;
|
||||
keyboardNavigation?: boolean;
|
||||
language?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user