Chore: update ng2 pdf viewer (#8462)

This commit is contained in:
shamoon
2024-12-09 16:12:53 -08:00
committed by GitHub
parent 2ac8ebb830
commit bb5917771e
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>