@zydon/common 2.3.71 → 2.3.72
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.
|
@@ -4,7 +4,7 @@ import * as _mui_material_OverridableComponent from '@mui/material/OverridableCo
|
|
|
4
4
|
import * as _mui_material_Avatar from '@mui/material/Avatar';
|
|
5
5
|
|
|
6
6
|
interface ImageContainerProps {
|
|
7
|
-
src
|
|
7
|
+
src?: string;
|
|
8
8
|
width?: string | number;
|
|
9
9
|
height?: string | number;
|
|
10
10
|
}
|