nhn / tui.date-picker

Component that selects specific date.

Home Page:https://nhn.github.io/tui.date-picker/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weekStartDay is not working with typescript

martinagrbic opened this issue · comments

Implementation of weekStartDay property is reporting following error when it is used:

Argument of type '{ language: string; input: { element: HTMLElement; format: string; }; date: Date; showAlways: false; weekStartDay: string; }' is not assignable to parameter of type 'DatePickerOptions'.
Object literal may only specify known properties, and 'weekStartDay' does not exist in type 'DatePickerOptions'.ts(2345)