victory-core
Advanced tools
Comparing version 35.4.6 to 35.4.7
@@ -815,3 +815,3 @@ import * as React from "react"; | ||
datum?: any; | ||
getPath?: (props: PointProps) => void; | ||
getPath?: (x: number, y: number, size: number) => string; | ||
pathComponent?: React.ReactElement; | ||
@@ -818,0 +818,0 @@ size?: number | Function; |
@@ -815,3 +815,3 @@ import * as React from "react"; | ||
datum?: any; | ||
getPath?: (props: PointProps) => void; | ||
getPath?: (x: number, y: number, size: number) => string; | ||
pathComponent?: React.ReactElement; | ||
@@ -818,0 +818,0 @@ size?: number | Function; |
{ | ||
"name": "victory-core", | ||
"version": "35.4.6", | ||
"version": "35.4.7", | ||
"description": "Victory Core", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -815,3 +815,3 @@ import * as React from "react"; | ||
datum?: any; | ||
getPath?: (props: PointProps) => void; | ||
getPath?: (x: number, y: number, size: number) => string; | ||
pathComponent?: React.ReactElement; | ||
@@ -818,0 +818,0 @@ size?: number | Function; |
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
2307539