Skip to content

Commit

Permalink
Update PreloadOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
damnsamn committed Jan 25, 2024
1 parent 734d239 commit ef3bac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dom/src/shared/ReactDOMTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type PreloadOptions = {
imageSrcSet?: string,
imageSizes?: string,
referrerPolicy?: string,
media?: string,
};
export type PreloadModuleOptions = {
as?: string,
Expand Down

0 comments on commit ef3bac4

Please sign in to comment.