@types/yoga-layout
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -306,3 +306,3 @@ // Type definitions for yoga-layout 1.9 | ||
setJustifyContent(justifyContent: YogaJustifyContent): void; | ||
setMargin(edge: YogaEdge, margin: number): void; | ||
setMargin(edge: YogaEdge, margin: number | string): void; | ||
setMarginAuto(edge: YogaEdge): void; | ||
@@ -309,0 +309,0 @@ setMarginPercent(edge: YogaEdge, margin: number): void; |
{ | ||
"name": "@types/yoga-layout", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "TypeScript definitions for yoga-layout", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1586c0ef103d4675788030a0a69368315d04e2bfdba0e91ed047dbff74d189ba", | ||
"typesPublisherContentHash": "46c44964fba2073840938dd063f301cf103b4dc9d11c81a8c568639b86e88260", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 17 May 2020 16:19:59 GMT | ||
* Last updated: Thu, 23 Jul 2020 17:50:25 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
17417