mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
leaflet-imageoverlay-rotated: Fix lint (#19406)
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
||||
|
||||
declare namespace L {
|
||||
namespace ImageOverlay {
|
||||
interface Rotated extends L.ImageOverlay {
|
||||
interface Rotated extends ImageOverlay {
|
||||
reposition(
|
||||
topleft: LatLngExpression,
|
||||
topright: LatLngExpression,
|
||||
@@ -21,6 +21,6 @@ declare namespace L {
|
||||
topleft: LatLngExpression,
|
||||
topright: LatLngExpression,
|
||||
bottomleft: LatLngExpression,
|
||||
options?: ImageOverlayOptions): L.ImageOverlay.Rotated;
|
||||
options?: ImageOverlayOptions): ImageOverlay.Rotated;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user