Skip to content

Commit ff854e7

Browse files
authored
Merge pull request #2884 from Xenoage/patch-1
Use any[] for untyped array instead of []
2 parents a51e8e5 + 00f867b commit ff854e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ declare module "jspdf" {
13311331
}
13321332

13331333
export interface jsPDFAPI {
1334-
events: [];
1334+
events: any[];
13351335
}
13361336

13371337
export default jsPDF;

0 commit comments

Comments
 (0)