Skip to content

Commit

Permalink
Add base64 to typescript interface
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed May 24, 2019
1 parent a975f75 commit febe4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ declare namespace printJS {
onError?: (error: any) => void;
onPrintDialogClose?: () => void;
onPdfOpen?: () => void;
base64?: boolean;
}
}

Expand Down

0 comments on commit febe4a8

Please sign in to comment.