mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
correct fullCalendar.Options.weekNumberTitle type
The type of weekNumberTitle should be string and not number according to documentation
This commit is contained in:
2
fullCalendar/fullCalendar.d.ts
vendored
2
fullCalendar/fullCalendar.d.ts
vendored
@@ -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