@selfeesas/shared-components 0.4.9 → 0.4.10

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.
@@ -918,4 +918,6 @@ declare interface UserAvatarProps {
918
918
  logoutLabel?: string;
919
919
  }
920
920
 
921
+ export declare function validateDateRange(range: DateRangeType): boolean;
922
+
921
923
  export { }