Skip to content

Commit b59aac9

Browse files
authored
Merge pull request #6 from MrRio/master
Fix types of output func (parallax#3119)
2 parents 8dfc403 + e988a04 commit b59aac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,8 @@ declare module "jspdf" {
781781
options?: { filename?: string }
782782
): string;
783783
output(
784-
type: "pdfobjectnewwindow" | "pdfjsnewwindow" | "dataurlnewwindow"
784+
type: "pdfobjectnewwindow" | "pdfjsnewwindow" | "dataurlnewwindow",
785+
options?: { filename?: string }
785786
): Window;
786787
output(
787788
type: "dataurl" | "datauri",

0 commit comments

Comments
 (0)