Skip to content

Commit 40a83c4

Browse files
Merge branch 'canary' into add-img-data-attr
2 parents b1f7742 + b4be678 commit 40a83c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/next/client/image.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ type OnLoadingComplete = (result: {
5757

5858
type ImgElementStyle = NonNullable<JSX.IntrinsicElements['img']['style']>
5959

60-
interface StaticImageData {
61-
src: string
62-
height: number
63-
width: number
64-
blurDataURL?: string
65-
}
66-
6760
interface StaticRequire {
6861
default: StaticImageData
6962
}

0 commit comments

Comments
 (0)