File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1099,6 +1099,7 @@ export interface HTMLLinkAttributes extends HTMLAttributes<HTMLLinkElement> {
1099
1099
sizes ?: string | undefined | null ;
1100
1100
type ?: string | undefined | null ;
1101
1101
charset ?: string | undefined | null ;
1102
+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
1102
1103
}
1103
1104
1104
1105
export interface HTMLMapAttributes extends HTMLAttributes < HTMLMapElement > {
@@ -1233,6 +1234,7 @@ export interface HTMLScriptAttributes extends HTMLAttributes<HTMLScriptElement>
1233
1234
charset ?: string | undefined | null ;
1234
1235
crossorigin ?: string | undefined | null ;
1235
1236
defer ?: boolean | undefined | null ;
1237
+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
1236
1238
integrity ?: string | undefined | null ;
1237
1239
nomodule ?: boolean | undefined | null ;
1238
1240
nonce ?: string | undefined | null ;
You can’t perform that action at this time.
0 commit comments