ImagePropsinterface

{
	src: string;
	alt?: string;
}
PropertyType
.srcstring
required
.altstring

Props for Image — an src, optional alt text, plus space and width variants.