Skip to content

Commit

Permalink
Add raw-html to typescript interface
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed May 9, 2019
1 parent b3a19d1 commit 3446758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ declare function printJS(configuration: printJS.Configuration): void;
declare function printJS(source: string, type?: printJS.PrintTypes): void;

declare namespace printJS {
type PrintTypes = 'pdf' | 'html' | 'image' | 'json';
type PrintTypes = 'pdf' | 'html' | 'image' | 'json' | 'raw-html';

interface Configuration {
printable: any;
Expand Down

0 comments on commit 3446758

Please sign in to comment.