Skip to content

Commit

Permalink
fix: fix weekStartDay property when it is used with typescript (fix #82
Browse files Browse the repository at this point in the history
…) (#83)

Co-authored-by: Martina Grbic <martina.grbic@swisslearninghub.ch>
Co-authored-by: 김대연 <jajugoguma@gmail.com>
  • Loading branch information
3 people authored Jul 6, 2021
1 parent 7e2463c commit e148f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export interface DatePickerOptions extends DefaultPickerOptions {
};
openers?: Array<string | HTMLElement>;
date?: Date | number;
weekStartDay?: String;
}

export interface DateRangePickerOptions extends DefaultPickerOptions {
Expand Down

0 comments on commit e148f88

Please sign in to comment.