Skip to content

Commit efd26a8

Browse files
committed
feat: add fetchpriority auto
1 parent eb704b3 commit efd26a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/qwik-image/src/lib/image.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
QRL,
33
QwikIntrinsicElements,
4-
Signal,
54
component$,
65
createContextId,
76
useComputed$,
@@ -46,7 +45,7 @@ export interface ImageProps extends ImageAttributes {
4645
| 'scale-down'
4746
| 'inherit'
4847
| 'initial';
49-
fetchpriority?:'low' | 'high'
48+
fetchpriority?: 'low' | 'high' | 'auto';
5049
}
5150

5251
export const ImageContext = createContextId<ImageState>('ImageContext');

0 commit comments

Comments
 (0)