mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Merge pull request #5960 from borisyankov/fix-ci-failed
fix mapbox/mapbox.d.ts
This commit is contained in:
2
mapbox/mapbox.d.ts
vendored
2
mapbox/mapbox.d.ts
vendored
@@ -21,7 +21,7 @@ declare module L.mapbox {
|
||||
function map(element: string, id: string, options?: MapOptions): L.mapbox.Map;
|
||||
function map(element: string, tilejson: any, options?: MapOptions): L.mapbox.Map;
|
||||
|
||||
interface MapOptions extends L.MapOptions {
|
||||
interface MapOptions extends L.Map.MapOptions {
|
||||
featureLayer? : FeatureLayerOptions;
|
||||
gridLayer? : any;
|
||||
tileLayer? : TileLayerOptions;
|
||||
|
||||
Reference in New Issue
Block a user