Merge pull request #15832 from Snuffleupagus/issue-15828

Attempt to expose `OnProgressParameters` in the TypeScript definitions (issue 15828)
This commit is contained in:
Jonas Jenwald 2022-12-16 12:44:29 +01:00 committed by GitHub
commit 0c83bebf03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */