Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0023e07

Browse files
authored
1 parent a4f62ee commit 0023e07

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)