mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 05:34:47 +08:00
Consistent whitespace for union types
This commit is contained in:
Vendored
+1
-1
@@ -203,7 +203,7 @@ declare module Pickadate {
|
||||
* The first day of the week can be set to either Sunday or Monday.
|
||||
* True or 1 sets it as Monday and false or 0 as Sunday.
|
||||
*/
|
||||
firstDay?: boolean|number;
|
||||
firstDay?: boolean | number;
|
||||
|
||||
/**
|
||||
* Set the minimum selectable date on the picker. Accepts a Date object,
|
||||
|
||||
Reference in New Issue
Block a user