@types/mapbox__mapbox-gl-draw
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -393,6 +393,5 @@ // Type definitions for @mapbox/mapbox-gl-draw 1.4 | ||
} | ||
interface Lib { | ||
CommonSelectors: { | ||
isOfMetaType: (e: MapMouseEvent | MapTouchEvent) => boolean; | ||
isOfMetaType: (type: Constants['meta'][keyof Constants['meta']]) => (e: MapMouseEvent | MapTouchEvent) => boolean; | ||
isShiftMousedown: (e: MapboxEvent) => boolean; | ||
@@ -399,0 +398,0 @@ isActiveFeature: (e: MapMouseEvent | MapTouchEvent) => boolean; |
{ | ||
"name": "@types/mapbox__mapbox-gl-draw", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for @mapbox/mapbox-gl-draw", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-draw", | ||
}, | ||
"typesPublisherContentHash": "b0d52dabc110a7f98e9a9b1dffd03c838d21d97ba817a383e91a49ad94c3cbd4", | ||
"typesPublisherContentHash": "53b52af400f1135a1680cf639825cdf924fb704d383acf6ec5553093de006328", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 11 May 2023 01:02:52 GMT | ||
* Last updated: Sat, 09 Sep 2023 07:03:08 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl) | ||
@@ -14,0 +14,0 @@ * Global values: `MapboxDraw` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23823