Skip to content

Commit

Permalink
Updated yearDropdownItemNumber prop description (#7887)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz authored Jul 16, 2024
1 parent c1437b7 commit 5d39cbe
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 5d39cbe

Please sign in to comment.