svelte-pdfjs
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "svelte-pdfjs", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@sveltejs/adapter-netlify": "^1.0.0-next.44", |
import { SvelteComponentTyped } from "svelte"; | ||
import type { PDFPageProxy } from 'pdfjs-dist/types/src/display/api'; | ||
import * as PDFJS from 'pdfjs-dist'; | ||
import type { PageViewport } from 'pdfjs-dist/types/src/display/display_utils'; | ||
declare const __propDef: { | ||
props: { | ||
page: PDFPageProxy; | ||
page: PDFJS.PDFPageProxy; | ||
viewport: PageViewport; | ||
@@ -8,0 +8,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18108