ados-rcm 1.1.171 → 1.1.173

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +86,12 @@ export interface IADatePickerProps extends IABaseProps {
86
86
  * Description : RightAddon of ADatePicker
87
87
  */
88
88
  RightAddon?: React.ReactNode;
89
+ /**
90
+ * CalendarHeaderAddon? : React.ReactNode
91
+ *
92
+ * Description : CalendarHeaderAddon of ADatePicker
93
+ */
94
+ CalendarHeaderAddon?: React.ReactNode;
89
95
  /**
90
96
  * resources? : Partial<typeof Resources.ADatePicker>
91
97
  *