Skip to content

Commit

Permalink
Merge branch 'canary' into add-img-data-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Aug 11, 2021
2 parents b1f7742 + b4be678 commit 40a83c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/next/client/image.tsx
Original file line number Diff line number Diff line change
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 40a83c4

Please sign in to comment.