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:
parent
eca939d904
commit
d7c9a0a793
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user