Skip to content

Commit

Permalink
Update FileTypes.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFlem authored Oct 23, 2024
1 parent 70c564c commit 9255c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FileTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ declare module "*.pdf" {
const src: string;
export default src;
}

interface Window {
MSStream?: any;
}

0 comments on commit 9255c02

Please sign in to comment.