Skip to content

Commit

Permalink
DefinitelyTyped#59339 react: missing imagesizes attribute on link att…
Browse files Browse the repository at this point in the history
  • Loading branch information
electriccode authored Apr 26, 2022
1 parent 4575cb0 commit 7834070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/react/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,7 @@ declare namespace React {
integrity?: string | undefined;
media?: string | undefined;
imageSrcSet?: string | undefined;
imageSizes?: string | undefined;
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
rel?: string | undefined;
sizes?: string | undefined;
Expand Down

0 comments on commit 7834070

Please sign in to comment.