mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #2141 from albinsunnanbo/fix-fullCalendar-weekNumberTitle
correct fullCalendar.Options.weekNumberTitle type
This commit is contained in:
Vendored
+1
-1
@@ -84,7 +84,7 @@ declare module FullCalendar {
|
||||
monthNamesShort?: Array<string>;
|
||||
dayNames?: Array<string>;
|
||||
dayNamesShort?: Array<string>;
|
||||
weekNumberTitle?: number;
|
||||
weekNumberTitle?: string;
|
||||
|
||||
// Clicking & Hovering - http://arshaw.com/fullcalendar/docs/mouse/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user