@types/react-leaflet-markercluster
Advanced tools
| // Type definitions for react-leaflet-markercluster 2.0 | ||
| // Project: https://github.com/YUzhva/react-leaflet-markercluster | ||
| // Definitions by: Adam Binford <https://github.com/Kimahriman> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // TypeScript Version: 2.8 | ||
| /// <reference types="leaflet.markercluster" /> | ||
| import * as Leaflet from 'leaflet'; | ||
| import * as ReactLeaflet from 'react-leaflet'; | ||
| export type MarkerClusterGroupProps = ReactLeaflet.MapLayerProps & Leaflet.MarkerClusterGroupOptions; | ||
| export default class MarkerClusterGroup<P extends MarkerClusterGroupProps = MarkerClusterGroupProps> extends ReactLeaflet.MapLayer<P> { } |
| MIT License | ||
| Copyright (c) Microsoft Corporation. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
| { | ||
| "name": "@types/react-leaflet-markercluster", | ||
| "version": "2.0.1", | ||
| "description": "TypeScript definitions for react-leaflet-markercluster", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet-markercluster", | ||
| "license": "MIT", | ||
| "contributors": [ | ||
| { | ||
| "name": "Adam Binford", | ||
| "url": "https://github.com/Kimahriman", | ||
| "githubUsername": "Kimahriman" | ||
| } | ||
| ], | ||
| "main": "", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/react-leaflet-markercluster" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": { | ||
| "@types/leaflet": "*", | ||
| "@types/leaflet.markercluster": "*", | ||
| "@types/react-leaflet": "*" | ||
| }, | ||
| "typesPublisherContentHash": "83a8b9afa8dd6e65dc5e4303f6aad3ea0c3084a127a1505daee3bcef84d9c704", | ||
| "typeScriptVersion": "3.7" | ||
| } |
| # Installation | ||
| > `npm install --save @types/react-leaflet-markercluster` | ||
| # Summary | ||
| This package contains type definitions for react-leaflet-markercluster (https://github.com/YUzhva/react-leaflet-markercluster). | ||
| # Details | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet-markercluster/v2. | ||
| ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet-markercluster/v2/index.d.ts) | ||
| ````ts | ||
| // Type definitions for react-leaflet-markercluster 2.0 | ||
| // Project: https://github.com/YUzhva/react-leaflet-markercluster | ||
| // Definitions by: Adam Binford <https://github.com/Kimahriman> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // TypeScript Version: 2.8 | ||
| /// <reference types="leaflet.markercluster" /> | ||
| import * as Leaflet from 'leaflet'; | ||
| import * as ReactLeaflet from 'react-leaflet'; | ||
| export type MarkerClusterGroupProps = ReactLeaflet.MapLayerProps & Leaflet.MarkerClusterGroupOptions; | ||
| export default class MarkerClusterGroup<P extends MarkerClusterGroupProps = MarkerClusterGroupProps> extends ReactLeaflet.MapLayer<P> { } | ||
| ```` | ||
| ### Additional Details | ||
| * Last updated: Tue, 19 Oct 2021 14:31:22 GMT | ||
| * Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet), [@types/react-leaflet](https://npmjs.com/package/@types/react-leaflet), [@types/leaflet.markercluster](https://npmjs.com/package/@types/leaflet.markercluster) | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by [Adam Binford](https://github.com/Kimahriman). |
| // Type definitions for react-leaflet-markercluster 2.0 | ||
| // Project: https://github.com/YUzhva/react-leaflet-markercluster | ||
| // Definitions by: Adam Binford <https://github.com/Kimahriman> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // TypeScript Version: 2.8 | ||
| /// <reference types="leaflet.markercluster" /> | ||
| import * as Leaflet from 'leaflet'; | ||
| import * as ReactLeaflet from 'react-leaflet'; | ||
| export type MarkerClusterGroupProps = ReactLeaflet.MapLayerProps & Leaflet.MarkerClusterGroupOptions; | ||
| export default class MarkerClusterGroup<P extends MarkerClusterGroupProps = MarkerClusterGroupProps> extends ReactLeaflet.MapLayer<P> { } |
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
| { | ||
| "name": "@types/react-leaflet-markercluster", | ||
| "version": "2.0.0", | ||
| "description": "TypeScript definitions for react-leaflet-markercluster", | ||
| "license": "MIT", | ||
| "contributors": [ | ||
| { | ||
| "name": "Adam Binford", | ||
| "url": "https://github.com/Kimahriman", | ||
| "githubUsername": "Kimahriman" | ||
| } | ||
| ], | ||
| "main": "", | ||
| "types": "index", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": { | ||
| "@types/leaflet": "*", | ||
| "@types/react-leaflet": "*", | ||
| "@types/leaflet.markercluster": "*" | ||
| }, | ||
| "typesPublisherContentHash": "40e74165d8ed2120815f380497a8b25091aa454ee87eadc1a091757c2324cdb2", | ||
| "typeScriptVersion": "2.8" | ||
| } |
| # Installation | ||
| > `npm install --save @types/react-leaflet-markercluster` | ||
| # Summary | ||
| This package contains type definitions for react-leaflet-markercluster (https://github.com/YUzhva/react-leaflet-markercluster). | ||
| # Details | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet-markercluster | ||
| Additional Details | ||
| * Last updated: Thu, 22 Nov 2018 05:14:48 GMT | ||
| * Dependencies: leaflet, react-leaflet, leaflet.markercluster | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by Adam Binford <https://github.com/Kimahriman>. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4368
34.4%34
100%