@types/react-simple-maps
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -17,2 +17,3 @@ import { GeoPath, GeoProjection } from "d3-geo"; | ||
export interface ComposableMapProps extends React.SVGAttributes<SVGSVGElement> { | ||
children?: React.ReactNode; | ||
/** | ||
@@ -46,2 +47,3 @@ * @default 800 | ||
export interface ZoomableGroupProps extends React.SVGAttributes<SVGGElement> { | ||
children?: React.ReactNode; | ||
/** | ||
@@ -123,2 +125,3 @@ * @default [0, 0] | ||
{ | ||
children?: React.ReactNode; | ||
coordinates?: Point | undefined; | ||
@@ -139,2 +142,3 @@ style?: { | ||
export interface AnnotationProps extends React.SVGProps<SVGGElement> { | ||
children?: React.ReactNode; | ||
subject?: Point | undefined; | ||
@@ -141,0 +145,0 @@ connectorProps: React.SVGProps<SVGPathElement>; |
{ | ||
"name": "@types/react-simple-maps", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "TypeScript definitions for react-simple-maps", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-simple-maps", | ||
}, | ||
"typesPublisherContentHash": "e5e6c07322d78f0518b2604851efa97b7e85fcaccefc2e1c0db6ef863db911cd", | ||
"typesPublisherContentHash": "c92c49a65fab96764842c0e25efc5c94b117de16e4a1ba67e755f6dd0c352b6b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Tue, 21 Nov 2023 07:07:23 GMT | ||
* Dependencies: [@types/d3-geo](https://npmjs.com/package/@types/d3-geo), [@types/d3-zoom](https://npmjs.com/package/@types/d3-zoom), [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
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
10236
214