first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
20
node_modules/@tato30/vue-pdf/src/env.d.ts
generated
vendored
Normal file
20
node_modules/@tato30/vue-pdf/src/env.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
declare module "*?worker" {
|
||||
const workerConstructor: {
|
||||
new(): Worker
|
||||
};
|
||||
export default workerConstructor;
|
||||
}
|
||||
|
||||
declare module "*?url" {
|
||||
const url: string;
|
||||
export default url;
|
||||
}
|
||||
|
||||
declare module "*?worker&url" {
|
||||
const workerUrl: string;
|
||||
export default workerUrl;
|
||||
}
|
||||
|
||||
declare module "pdfjs-dist/build/pdf" {
|
||||
export * from 'pdfjs-dist'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue