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 @@ -882,6 +882,7 @@ export interface HTMLLinkAttributes extends HTMLAttributes<HTMLLinkElement> {
882
882
sizes ?: string | undefined | null ;
883
883
type ?: string | undefined | null ;
884
884
charset ?: string | undefined | null ;
885
+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
885
886
}
886
887
887
888
export interface HTMLMapAttributes extends HTMLAttributes < HTMLMapElement > {
@@ -1016,6 +1017,7 @@ export interface HTMLScriptAttributes extends HTMLAttributes<HTMLScriptElement>
1016
1017
charset ?: string | undefined | null ;
1017
1018
crossorigin ?: string | undefined | null ;
1018
1019
defer ?: boolean | undefined | null ;
1020
+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
1019
1021
integrity ?: string | undefined | null ;
1020
1022
nomodule ?: boolean | undefined | null ;
1021
1023
nonce ?: string | undefined | null ;
You can’t perform that action at this time.
0 commit comments