diff --git a/packages/next/image-types/global.d.ts b/packages/next/image-types/global.d.ts index 394e4bf3a47e2..a41a6c6a5a04a 100644 --- a/packages/next/image-types/global.d.ts +++ b/packages/next/image-types/global.d.ts @@ -5,7 +5,7 @@ interface StaticImageData { src: string height: number width: number - placeholder?: string + blurDataURL?: string } declare module '*.png' {