@react-pdf/types
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -36,3 +36,3 @@ export type FontStyle = 'normal' | 'italic' | 'oblique'; | ||
type HyphenationCallback = ( | ||
export type HyphenationCallback = ( | ||
words: string, | ||
@@ -39,0 +39,0 @@ glyphString: { [key: string]: any }, |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "author": "Diego Muracciole <diegomuracciole@gmail.com>", | ||
"main": "index.d.ts", | ||
"gitHead": "886a730f6fe368afd8b9b1f38bd617cedfd9a731" | ||
"gitHead": "cfe7f0aeef941bffcba474c737432cacc16d7681" | ||
} |
@@ -25,2 +25,3 @@ export interface Style { | ||
overflow?: 'hidden'; | ||
zIndex?: number | string; | ||
@@ -27,0 +28,0 @@ // Dimension |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14063
438