@types/react-vis
Advanced tools
Comparing version 1.11.7 to 1.11.8
@@ -12,3 +12,3 @@ // Type definitions for react-vis 1.11 | ||
ReactNode, | ||
SFC, | ||
FC, | ||
MouseEventHandler, | ||
@@ -591,3 +591,3 @@ TouchEventHandler, | ||
} | ||
export const XAxis: SFC<XAxisProps>; | ||
export const XAxis: FC<XAxisProps>; | ||
@@ -628,3 +628,3 @@ export interface YAxisProps { | ||
} | ||
export const YAxis: SFC<YAxisProps>; | ||
export const YAxis: FC<YAxisProps>; | ||
@@ -695,3 +695,3 @@ export interface CircularGridLinesProps { | ||
} | ||
export const VerticalGridLines: SFC<VerticalGridLinesProps>; | ||
export const VerticalGridLines: FC<VerticalGridLinesProps>; | ||
@@ -716,3 +716,3 @@ export interface HorizontalGridLinesProps { | ||
} | ||
export const HorizontalGridLines: SFC<HorizontalGridLinesProps>; | ||
export const HorizontalGridLines: FC<HorizontalGridLinesProps>; | ||
@@ -731,3 +731,3 @@ export interface VoronoiProps { | ||
} | ||
export const Voronoi: SFC<VoronoiProps>; | ||
export const Voronoi: FC<VoronoiProps>; | ||
@@ -752,3 +752,3 @@ export interface DiscreteColorLegendProps { | ||
} | ||
export const DiscreteColorLegend: SFC<DiscreteColorLegendProps>; | ||
export const DiscreteColorLegend: FC<DiscreteColorLegendProps>; | ||
@@ -777,3 +777,3 @@ export interface SearchableDiscreteColorLegendProps { | ||
} | ||
export const SearchableDiscreteColorLegend: SFC<SearchableDiscreteColorLegendProps>; | ||
export const SearchableDiscreteColorLegend: FC<SearchableDiscreteColorLegendProps>; | ||
@@ -791,3 +791,3 @@ export interface ContinuousColorLegendProps { | ||
} | ||
export const ContinuousColorLegend: SFC<ContinuousColorLegendProps>; | ||
export const ContinuousColorLegend: FC<ContinuousColorLegendProps>; | ||
@@ -804,3 +804,3 @@ export interface ContinuousSizeLegendProps { | ||
} | ||
export const ContinuousSizeLegend: SFC<ContinuousSizeLegendProps>; | ||
export const ContinuousSizeLegend: FC<ContinuousSizeLegendProps>; | ||
export interface Margin { | ||
@@ -807,0 +807,0 @@ left?: number | undefined; |
{ | ||
"name": "@types/react-vis", | ||
"version": "1.11.7", | ||
"version": "1.11.8", | ||
"description": "TypeScript definitions for react-vis", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-vis", | ||
}, | ||
"typesPublisherContentHash": "b8f376251985fee640a03ad781f29d4242091b9ffee11e914a03223b53cb9b9e", | ||
"typesPublisherContentHash": "7a4322c1217049b89895e2283a13381f5be595a05cc4bb1689d4c707a32dfb14", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:43 GMT | ||
* Last updated: Thu, 21 Oct 2021 02:01:35 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
44822