no prev/next anymore
This commit is contained in:
@@ -24,10 +24,6 @@ type PreviewEntry = {
|
||||
url: string;
|
||||
alt?: string;
|
||||
contentType?: string | null;
|
||||
canGoPrev?: boolean;
|
||||
canGoNext?: boolean;
|
||||
goPrev?: () => void;
|
||||
goNext?: () => void;
|
||||
};
|
||||
|
||||
type DocumentLikeWithPreview = DocumentLike & { previewEntry?: PreviewEntry };
|
||||
|
||||
Reference in New Issue
Block a user