Skip to content

Commit faf3f49

Browse files
committed
chore: add Omit ref
1 parent 76b6351 commit faf3f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-image/src/lib/image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type ImageTransformerProps = {
3434
/**
3535
* @alpha
3636
*/
37-
export interface ImageProps extends ImageAttributes {
37+
export interface ImageProps extends Omit<ImageAttributes, 'ref'> {
3838
placeholder?: string;
3939
style?: Record<string, string | number>;
4040
aspectRatio?: number;

0 commit comments

Comments
 (0)