Skip to content

Commit

Permalink
Attempt to expose OnProgressParameters in the TypeScript definition…
Browse files Browse the repository at this point in the history
…s (issue 15828)

Hopefully this works, since as usual I don't really know anything about TypeScript...
  • Loading branch information
Snuffleupagus committed Dec 14, 2022
1 parent 506bbb7 commit 0ef7204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0ef7204

Please sign in to comment.