test-stpr-ui-kit 0.5.99 → 0.5.101

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.
@@ -732,6 +732,7 @@ declare interface UploadFilesProps {
732
732
  loading?: boolean;
733
733
  error?: string;
734
734
  classNameBaseInfoTooltipRoot?: string;
735
+ maxSizeMb?: number;
735
736
  }
736
737
 
737
738
  export declare const useAnimatedValue: (props: TUseAnimatedValueProps) => {