diff --git a/src/shared/components/image/image.tsx b/src/shared/components/image/image.tsx index 1275c6b5e..b0109b986 100644 --- a/src/shared/components/image/image.tsx +++ b/src/shared/components/image/image.tsx @@ -34,7 +34,6 @@ export interface ImageProps extends Omit, 's interface ImageContainerProps extends HTMLAttributes { children: ReactNode; - enableAnimation?: boolean; isExplicit?: boolean; } @@ -105,7 +104,6 @@ export function BaseImage({ return ( @@ -182,7 +180,6 @@ function ImageWithDebounce({ return ( @@ -284,7 +280,6 @@ function ImageWithViewport({ return (