ImageProps = object & { fill?: false; height: number; width: number; } | { fill: true; height?: never; width?: never; }
Props of Image
Type Declaration
alt
alt: string
className?
optional className: string
sizes?
optional sizes: string
src
src: string