Skip to content

Commit

Permalink
Remove duplicate type for StaticImageData (#27931)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 11, 2021
1 parent 83b3ceb commit b4be678
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/next/client/image.tsx
Expand Up @@ -57,13 +57,6 @@ type OnLoadingComplete = (result: {

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

interface StaticImageData {
src: string
height: number
width: number
blurDataURL?: string
}

interface StaticRequire {
default: StaticImageData
}
Expand Down

0 comments on commit b4be678

Please sign in to comment.