Skip to content

Commit

Permalink
Add tabIndex to DayPicker types (#909)
Browse files Browse the repository at this point in the history
It looks like this is [included in the propTypes](https://github.com/gpbl/react-day-picker/blob/421af9f56b1b07ed58f864678b3bbb8617cdaff7/src/DayPicker.js#L92) for the component, but didn't get added to the typescript typings.
  • Loading branch information
Clarity authored and gpbl committed Aug 3, 2019
1 parent 421af9f commit c7a1bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/props.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export interface DayPickerProps {
| React.SFC<WeekdayElementProps>;
weekdaysLong?: string[];
weekdaysShort?: string[];
tabIndex?: number;
}

export interface DayPickerInputProps {
Expand Down

0 comments on commit c7a1bce

Please sign in to comment.