Skip to content

Commit 7255c45

Browse files
committed
feat: add fetchpriority to image attrs
1 parent 1831595 commit 7255c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ export interface HTMLImgAttributes extends HTMLAttributes<HTMLImageElement> {
762762
alt?: string | undefined | null;
763763
crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null;
764764
decoding?: 'async' | 'auto' | 'sync' | undefined | null;
765+
fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
765766
height?: number | string | undefined | null;
766767
ismap?: boolean | undefined | null;
767768
loading?: 'eager' | 'lazy' | undefined | null;

0 commit comments

Comments
 (0)