@apexcura/ui-components 0.0.16-Beta436 → 0.0.16-Beta438

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.
@@ -171,7 +171,7 @@ export type ElementType = {
171
171
  manageRadioButton?: boolean;
172
172
  cardClassname?: string;
173
173
  titleClassName?: string;
174
- fileType?: string;
174
+ fileType?: string[];
175
175
  FileSize?: number;
176
176
  };
177
177
  export {};