@types/react-vis
Advanced tools
Comparing version 1.11.10 to 1.11.11
@@ -419,2 +419,3 @@ // Type definitions for react-vis 1.11 | ||
export interface LineMarkSeriesProps extends AbstractSeriesProps<LineMarkSeriesPoint> { | ||
size?: number; | ||
curve?: string | ((x: any) => any) | undefined; // default: null | ||
@@ -421,0 +422,0 @@ getNull?: RVGetNull<LineMarkSeriesPoint> | undefined; |
{ | ||
"name": "@types/react-vis", | ||
"version": "1.11.10", | ||
"version": "1.11.11", | ||
"description": "TypeScript definitions for react-vis", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-vis", | ||
}, | ||
"typesPublisherContentHash": "ed9e7423a4677150162739803f82d54fa4f6e239e320db23e49e96a1e2eaf74b", | ||
"typesPublisherContentHash": "975cc1afdaa0e4a350917dc1f7d92dad21dfd46c04737b152a198e7dee6102cf", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 05 Nov 2021 18:01:37 GMT | ||
* Last updated: Wed, 13 Apr 2022 19:01:17 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -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
45342
1001