Skip to content

Commit e988a04

Browse files
authored
Fix types of output func (#3119)
1 parent 56e2ff7 commit e988a04

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)