Skip to content

Commit

Permalink
un-export type
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 7, 2021
1 parent bb28574 commit 42dcfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/client/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type PlaceholderValue = 'blur' | 'empty'

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

export interface StaticImageData {
interface StaticImageData {
src: string
height: number
width: number
Expand Down

0 comments on commit 42dcfc5

Please sign in to comment.