diff --git a/src/components/Image/Image.tsx b/src/components/Image/Image.tsx index e64078fbc..5c7a93c00 100644 --- a/src/components/Image/Image.tsx +++ b/src/components/Image/Image.tsx @@ -7,7 +7,7 @@ type Props = { src: string, alt: string, fallbackSrc: string, - renderFallback: () => void, + renderFallback: () => React.ReactNode, onError: (event: React.SyntheticEvent) => void, };