We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6351 commit faf3f49Copy full SHA for faf3f49
packages/qwik-image/src/lib/image.tsx
@@ -34,7 +34,7 @@ export type ImageTransformerProps = {
34
/**
35
* @alpha
36
*/
37
-export interface ImageProps extends ImageAttributes {
+export interface ImageProps extends Omit<ImageAttributes, 'ref'> {
38
placeholder?: string;
39
style?: Record<string, string | number>;
40
aspectRatio?: number;
0 commit comments