@apexcura/ui-components 0.0.16-Beta1030 → 0.0.16-Beta1032

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.
@@ -273,6 +273,7 @@ export type ElementType = {
273
273
  }[];
274
274
  manageRadioButton?: boolean;
275
275
  cardClassname?: string;
276
+ autoFocus?: boolean;
276
277
  titleClassName?: string;
277
278
  fileType?: string[];
278
279
  fileSize?: number;