Skip to content

Commit

Permalink
Merge pull request mozilla#15832 from Snuffleupagus/issue-15828
Browse files Browse the repository at this point in the history
Attempt to expose `OnProgressParameters` in the TypeScript definitions (issue 15828)
  • Loading branch information
Snuffleupagus authored Dec 16, 2022
2 parents b518d93 + 0ef7204 commit 0c83beb
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 0c83beb

Please sign in to comment.