4.2.1 • Published 5 months ago

@types/react-leaflet-markercluster v4.2.1

Weekly downloads
4,148
License
MIT
Repository
-
Last release
5 months ago

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

// 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

Credits

These definitions were written by Adam Binford.

4.2.1

5 months ago

3.0.4

2 years ago

2.0.3

2 years ago

3.0.3

2 years ago

2.0.2

2 years ago

3.0.2

2 years ago

2.0.4

2 years ago

3.0.1

2 years ago

3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

7 years ago