@react-pdf/types
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "author": "Diego Muracciole <diegomuracciole@gmail.com>", | ||
"main": "index.d.ts", | ||
"gitHead": "6e546516c4406e7e61269977684f9e05c59c6d5f" | ||
"gitHead": "c436c93efd06c9c6dc815a2e951a411d085bf27f" | ||
} |
@@ -51,3 +51,3 @@ export interface Style { | ||
textAlign?: 'left' | 'right' | 'center' | 'justify'; // ? | ||
textDecoration?: 'line-through' | 'underline' | 'none'; | ||
textDecoration?: 'line-through' | 'underline' | 'none' | 'line-through underline' | 'underline line-through'; | ||
textDecorationColor?: string; | ||
@@ -54,0 +54,0 @@ textDecorationStyle?: "dashed" | "dotted" | "solid" | string; // ? |
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
14019