import React from 'react' import { IPdfProps } from '../interfaces/IPdfProps' export default function Preview({ pdfIsLoading, pdfError, pdfUrl }: IPdfProps) { if (pdfIsLoading) { return