Fix (obvious) typo in typedef-import of IPDFXfaLayerFactory (PR 14373 follow-up)

This only affects the viewer-components TypeScript definitions, and not any actual code.
This commit is contained in:
Jonas Jenwald 2022-06-22 11:06:11 +02:00
parent eca939d904
commit d7c9a0a793

View File

@ -27,7 +27,7 @@
/** @typedef {import("./interfaces").IPDFStructTreeLayerFactory} IPDFStructTreeLayerFactory */
// eslint-disable-next-line max-len
/** @typedef {import("./interfaces").IPDFTextLayerFactory} IPDFTextLayerFactory */
/** @typedef {import("./interfaces").IL10n} IPDFXfaLayerFactory */
/** @typedef {import("./interfaces").IPDFXfaLayerFactory} IPDFXfaLayerFactory */
/** @typedef {import("./interfaces").IRenderableView} IRenderableView */
// eslint-disable-next-line max-len
/** @typedef {import("./pdf_rendering_queue").PDFRenderingQueue} PDFRenderingQueue */