3.0.4 • Published 6 months ago

@types/react-leaflet-markercluster v3.0.4

Weekly downloads
4,148
License
MIT
Repository
github
Last release
6 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.

3.0.4

6 months ago

2.0.3

7 months ago

3.0.3

7 months ago

2.0.2

8 months ago

3.0.2

8 months ago

2.0.4

6 months ago

3.0.1

1 year ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

5 years ago