'use client' import React from 'react' import type { VocabWorksheetHook } from '../types' export function FullscreenPreview({ h }: { h: VocabWorksheetHook }) { return (
h.setShowFullPreview(false)}>
e.stopPropagation()}> {h.directFile?.type.startsWith('image/') && h.directFilePreview && ( Original )} {h.directFile?.type === 'application/pdf' && h.directFilePreview && (