Chore: update ng2 pdf viewer (#8462)

This commit is contained in:
shamoon
2024-12-09 16:12:53 -08:00
committed by GitHub
parent 64d40a7c37
commit 997db0fea1
3 changed files with 374 additions and 48 deletions

2
src-ui/src/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
// see https://github.com/VadimDez/ng2-pdf-viewer/pull/1161#issuecomment-2521857488
type SetIterator<T> = Iterator<T>