Merge pull request #17879 from ex37/master

Improve type definitions for the viewer
This commit is contained in:
Tim van der Meij 2024-04-14 16:35:02 +02:00 committed by GitHub
commit e08de772ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 93 additions and 15 deletions

View file

@ -13,6 +13,8 @@
* limitations under the License.
*/
/** @typedef {import("./event_utils.js").EventBus} EventBus */
import { AnnotationEditorType, shadow } from "pdfjs-lib";
import { CursorTool, PresentationModeState } from "./ui_utils.js";
import { GrabToPan } from "./grab_to_pan.js";