Skip to content

Commit

Permalink
Updated yearDropdownItemNumber prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Jul 16, 2024
1 parent c1437b7 commit e365296
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ export interface ReactDatePickerProps {
value?: string;
weekLabel?: string;
withPortal?: boolean;

/**
* The total number of years to show as options in years selection dropdown
*/
yearDropdownItemNumber?: number;
}
declare const ReactDatePicker: React.ClassicComponentClass<ReactDatePickerProps>;
Expand Down

0 comments on commit e365296

Please sign in to comment.