Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/react-leaflet-markercluster

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-leaflet-markercluster

TypeScript definitions for react-leaflet-markercluster

npmnpm
Version
2.0.2
Version published
Weekly downloads
14K
-6.21%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 27 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts