@types/html-to-pdfmake
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -18,3 +18,3 @@ // Type definitions for html-to-pdfmake 2.4 | ||
*/ | ||
window: import("jsdom").DOMWindow; | ||
window: import('jsdom').DOMWindow; | ||
/** | ||
@@ -24,3 +24,3 @@ * You can overwrite the default styles using defaultStyles. | ||
*/ | ||
defaultStyles: import("pdfmake/interfaces").StyleDictionary; | ||
defaultStyles: import('pdfmake/interfaces').StyleDictionary; | ||
/** | ||
@@ -43,3 +43,3 @@ * In some cases, you may see some extra blank spaces in the PDF. Because removing them could be quite resource consuming, the option is false by default. | ||
*/ | ||
imagesByReferences: boolean; | ||
imagesByReference: boolean; | ||
/** | ||
@@ -57,5 +57,5 @@ * You can overwrite the default sizes for the old HTML4 tag <font> by using fontSizes. It must be an array with 7 values | ||
tableAutoSize: boolean; | ||
}>, | ||
): import("pdfmake/interfaces").Content; | ||
}> | ||
): import('pdfmake/interfaces').Content; | ||
export = htmlToPdfmake; |
{ | ||
"name": "@types/html-to-pdfmake", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "TypeScript definitions for html-to-pdfmake", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-to-pdfmake", | ||
}, | ||
"typesPublisherContentHash": "72ecee7a407d5cb620eb39d4b651dfe0b4660ebf4b5b1c15cbeed65e2037e512", | ||
"typesPublisherContentHash": "928478a2a65fef40cc484710df76523147fbd47520bbb09341ce5716ac0165c2", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 28 Jan 2023 11:32:37 GMT | ||
* Last updated: Sat, 06 May 2023 15:32:48 GMT | ||
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom), [@types/pdfmake](https://npmjs.com/package/@types/pdfmake) | ||
@@ -14,0 +14,0 @@ * Global values: none |
5541