Don't export IProps

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 08:17:51 +02:00
parent b7af39ffff
commit 2e295a94ed
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 4 additions and 6 deletions

View file

@ -43,7 +43,7 @@ const ZOOM_COEFFICIENT = 0.0025;
// If we have moved only this much we can zoom
const ZOOM_DISTANCE = 10;
export interface IProps {
interface IProps {
src: string; // the source of the image being displayed
name?: string; // the main title ('name') for the image
link?: string; // the link (if any) applied to the name of the image