mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
leaflet-imageoverlay-rotated: Fix lint (#19406)
This commit is contained in:
@@ -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