mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
x y properties on Point
This commit is contained in:
committed by
GitHub
parent
df8ef42bab
commit
83d9597309
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user