ados-rcm 1.0.593 → 1.0.594

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,10 @@ export interface IADateRangePickerProps extends Omit<IADatePickerProps, 'useDate
22
22
  * Description : useDateRange of ADateRangePicker
23
23
  */
24
24
  useDateRange?: TUseValues<IDateRange | undefined, IDateRange>;
25
+ /**
26
+ * yearsOptionSize? : number = 5
27
+ */
28
+ yearsOptionSize?: number;
25
29
  /**
26
30
  * resources : Partial<typeof Resources.ADateRangePicker>;
27
31
  *