We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1429fb5 commit 13db103Copy full SHA for 13db103
packages/qwik-image/src/lib/image.tsx
@@ -15,6 +15,7 @@ type ImageAttributes = QwikIntrinsicElements['img'];
15
16
/**
17
* @alpha
18
+ *
19
*/
20
export type ImageState = {
21
resolutions?: number[];
0 commit comments