no prev/next anymore
This commit is contained in:
@@ -21,10 +21,6 @@ type PreviewEntry = {
|
||||
contentType?: string | null;
|
||||
filename?: string | null;
|
||||
expiresAt?: number;
|
||||
canGoPrev?: boolean;
|
||||
canGoNext?: boolean;
|
||||
goPrev?: () => void;
|
||||
goNext?: () => void;
|
||||
};
|
||||
|
||||
interface AssetManagerLike {
|
||||
|
||||
Reference in New Issue
Block a user