Skip to content

Commit

Permalink
Update TypeScript Definitions
Browse files Browse the repository at this point in the history
base supports a boolean or string.
  • Loading branch information
oculus42 authored May 15, 2019
1 parent 3661d9f commit f9db36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printThis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface IPrintThisOptions {
* preserve the BASE tag or accept a string for the URL
* default value: false
*/
base?: boolean,
base?: boolean | string,

/**
* preserve input/form values
Expand Down Expand Up @@ -115,4 +115,4 @@ interface IPrintThisOptions {
* function called before iframe is removed
*/
afterPrint?: Function
}
}

0 comments on commit f9db36f

Please sign in to comment.