diff --git a/src/pdf.js b/src/pdf.js index 182ac5ed615f2..6f97315ec36a0 100644 --- a/src/pdf.js +++ b/src/pdf.js @@ -13,6 +13,8 @@ * limitations under the License. */ +// eslint-disable-next-line max-len +/** @typedef {import("./display/api").OnProgressParameters} OnProgressParameters */ // eslint-disable-next-line max-len /** @typedef {import("./display/api").PDFDocumentLoadingTask} PDFDocumentLoadingTask */ /** @typedef {import("./display/api").PDFDocumentProxy} PDFDocumentProxy */