@react-pdf/types
Advanced tools
Comparing version 2.0.0-beta.12 to 2.0.0-beta.14
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.0-beta.12", | ||
"version": "2.0.0-beta.14", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "author": "Diego Muracciole <diegomuracciole@gmail.com>", | ||
"main": "index.d.ts", | ||
"gitHead": "81e76f3958da57b65d1f18740c1887a4efa91fce" | ||
"gitHead": "d9441d47a47f5296ba1d23fb3bb6a7f6acbe2ae5" | ||
} |
export enum Primitive { | ||
Group = 'G', | ||
G = 'G', | ||
Svg = 'SVG', | ||
@@ -4,0 +4,0 @@ View = 'VIEW', |
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
12807