@apexcura/ui-components 0.0.16-Beta434 → 0.0.16-Beta435

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