@selfeesas/shared-components 0.4.29 → 0.4.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -743,6 +743,8 @@ export declare interface DateRangeProps {
743
743
  highlightEvents?: string[];
744
744
  disabled?: boolean;
745
745
  idCy?: string;
746
+ isIconCalendar?: boolean;
747
+ resetPosition?: 'bottom' | 'side';
746
748
  }
747
749
 
748
750
  export declare interface DateRangeType {