3 currentItem: { name?: string } | null;
4 displayPreview: string | undefined;
7 let { currentItem, displayPreview }: Props = $props();
11 <div class="flex flex-1 items-center justify-center">
14 alt={currentItem?.name || 'preview'}
15 class="max-h-[80vh] max-w-[80vw] rounded-lg object-contain shadow-lg"