Skip to content

Commit ef3bac4

Browse files
committed
Update PreloadOptions type
1 parent 734d239 commit ef3bac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dom/src/shared/ReactDOMTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type PreloadOptions = {
2121
imageSrcSet?: string,
2222
imageSizes?: string,
2323
referrerPolicy?: string,
24+
media?: string,
2425
};
2526
export type PreloadModuleOptions = {
2627
as?: string,

0 commit comments

Comments
 (0)