import React, { useContext } from 'react'; import { Size } from '@pdfme/common'; import { I18nContext } from '../contexts'; const Error = ({ size, error }: { size: Size; error: Error }) => { const i18n = useContext(I18nContext); return (