We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3ea3f commit 172a390Copy full SHA for 172a390
packages/qwik-image/src/lib/image.tsx
@@ -1,7 +1,6 @@
1
import {
2
QRL,
3
QwikIntrinsicElements,
4
- Signal,
5
component$,
6
createContextId,
7
useComputed$,
@@ -46,6 +45,7 @@ export interface ImageProps extends ImageAttributes {
46
45
| 'scale-down'
47
| 'inherit'
48
| 'initial';
+ fetchpriority?: 'low' | 'high' | 'auto';
49
}
50
51
export const ImageContext = createContextId<ImageState>('ImageContext');
0 commit comments