@apexcura/ui-components 0.0.16-Beta1131 → 0.0.16-Beta1132

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.
@@ -208,8 +208,8 @@ export type ElementType = {
208
208
  listItemClassName?: string;
209
209
  img?: string;
210
210
  video?: string;
211
- height?: string;
212
- width?: string;
211
+ height?: number;
212
+ width?: number;
213
213
  imgExpand?: string;
214
214
  segmentedValue?: string;
215
215
  useSegments?: string;