Skip to content

Commit

Permalink
Fix types of output func (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitadakyou authored Mar 29, 2021
1 parent 56e2ff7 commit e988a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@ declare module "jspdf" {
options?: { filename?: string }
): string;
output(
type: "pdfobjectnewwindow" | "pdfjsnewwindow" | "dataurlnewwindow"
type: "pdfobjectnewwindow" | "pdfjsnewwindow" | "dataurlnewwindow",
options?: { filename?: string }
): Window;
output(
type: "dataurl" | "datauri",
Expand Down

0 comments on commit e988a04

Please sign in to comment.