@react-pdf/types
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "author": "Diego Muracciole <diegomuracciole@gmail.com>", | ||
"main": "index.d.ts", | ||
"gitHead": "c436c93efd06c9c6dc815a2e951a411d085bf27f" | ||
"gitHead": "886a730f6fe368afd8b9b1f38bd617cedfd9a731" | ||
} |
@@ -92,3 +92,3 @@ export interface Style { | ||
border?: number | string; | ||
borderWidth?: number; | ||
borderWidth?: number | string; | ||
borderColor?: string; | ||
@@ -95,0 +95,0 @@ borderStyle?: "dashed" | "dotted" | "solid"; |
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
14028