Skip to content

Commit

Permalink
update typescript interface
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Oct 20, 2018
1 parent 48f1a82 commit a50a41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export interface Configuration {
css?: string | string[];
style?: string;
scanStyles?: boolean;
onError?: (error: any) => void;
onPrintDialogClose?: () => void;
onPdfOpen?: () => void;
}

declare var printJS: (params: string | Configuration) => void;
Expand Down

0 comments on commit a50a41d

Please sign in to comment.