Add arg type

This commit is contained in:
Johannes Klein
2026-06-12 15:12:44 +02:00
parent 3c900f0f16
commit 0ac8abff88

View File

@@ -13,7 +13,7 @@ const MAX_SCALE = 5;
interface Props {
uri: string;
setZooming: ( ) => void;
setZooming: ( isZooming: boolean ) => void;
selectedMediaIndex: number;
}