mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Vendored
+1
-1
@@ -399,7 +399,7 @@ declare namespace L {
|
||||
|
||||
class Layer extends Evented {
|
||||
constructor(options?: LayerOptions);
|
||||
addTo(map: Map): this;
|
||||
addTo(map: Map|LayerGroup): this;
|
||||
remove(): this;
|
||||
removeFrom(map: Map): this;
|
||||
getPane(name?: string): HTMLElement | undefined;
|
||||
|
||||
Reference in New Issue
Block a user