tcce-design-system-test 0.3.28 → 0.3.29

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.
@@ -388,6 +388,7 @@ export declare interface FileUploadProps extends Omit<React.InputHTMLAttributes<
388
388
  hasError?: boolean;
389
389
  errorMessage?: string;
390
390
  className?: string;
391
+ dropZoneContainerClassName?: string;
391
392
  }
392
393
 
393
394
  export declare type FileUploadVariant = 'default' | 'compact';