diff --git a/leaflet/index.d.ts b/leaflet/index.d.ts index fdaea84934..05950dc68c 100644 --- a/leaflet/index.d.ts +++ b/leaflet/index.d.ts @@ -186,6 +186,8 @@ declare namespace L { equals(otherPoint: PointExpression): boolean; contains(otherPoint: PointExpression): boolean; toString(): string; + x: number; + y: number; } type PointExpression = Point | PointTuple;