noodl-types
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -63,5 +63,5 @@ export interface StyleObject { | ||
export interface StyleTextAlignObject { | ||
x?: 'left' | 'center' | 'right'; | ||
y?: 'left' | 'center' | 'right'; | ||
x?: 'left' | 'center' | 'right' | 'centerX'; | ||
y?: 'left' | 'center' | 'right' | 'cemterY'; | ||
[key: string]: any; | ||
} |
{ | ||
"name": "noodl-types", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "NOODL TypeScript Definitions", | ||
@@ -5,0 +5,0 @@ "author": "Christopher Tran <christopher@aitmed.com>", |
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
70113