Skip to content

Commit 55e9f52

Browse files
Add fetchPriority (#4713)
* Add fetchPriority * Update jsx.d.ts Co-authored-by: Ryan Christian <[email protected]> --------- Co-authored-by: Ryan Christian <[email protected]>
1 parent 1effaa6 commit 55e9f52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jsx.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,6 +1782,8 @@ export namespace JSXInternal {
17821782
crossorigin?: Signalish<HTMLAttributeCrossOrigin>;
17831783
crossOrigin?: Signalish<HTMLAttributeCrossOrigin>;
17841784
decoding?: Signalish<'async' | 'auto' | 'sync' | undefined>;
1785+
fetchpriority?: Signalish<'high' | 'auto' | 'low' | undefined>;
1786+
fetchPriority?: Signalish<'high' | 'auto' | 'low' | undefined>;
17851787
height?: Signalish<number | string | undefined>;
17861788
loading?: Signalish<'eager' | 'lazy' | undefined>;
17871789
referrerpolicy?: Signalish<HTMLAttributeReferrerPolicy | undefined>;

0 commit comments

Comments
 (0)