@types/leaflet-draw
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -5,6 +5,7 @@ // Type definitions for leaflet-draw 0.4 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/// <reference types="leaflet" /> | ||
import * as L from 'leaflet'; | ||
declare namespace L { | ||
declare module 'leaflet' { | ||
interface MapOptions { | ||
@@ -11,0 +12,0 @@ drawControl?: boolean; |
{ | ||
"name": "@types/leaflet-draw", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "TypeScript definitions for leaflet-draw", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Matt Guest", | ||
"url": "https://github.com/matt-guest" | ||
"url": "https://github.com/matt-guest", | ||
"githubUsername": "matt-guest" | ||
}, | ||
{ | ||
"name": "Ryan Blace", | ||
"url": "https://github.com/reblace" | ||
"url": "https://github.com/reblace", | ||
"githubUsername": "reblace" | ||
} | ||
@@ -26,4 +28,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "a614e2cb64630082321ce8baa847adebb8bb3f95cacc00c81b752c03439ab022", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "10f11aa530b96a9830f4e26299c9144930b6e028cabc78d454d688d26bd5f22f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT | ||
* Dependencies: leaflet | ||
* Global values: L | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Matt Guest <https://github.com/matt-guest>, Ryan Blace <https://github.com/reblace>. |
9871
296