import { TPDFViewerCell } from '@/lib/blocks/components/PDFViewerCell/interfaces'; import { FunctionComponent } from 'react'; export const PDFViewerCell: FunctionComponent = ({ props, value }) => { const { width, height } = props; if (!value) { return; } return