schmulschubiak
commited on
Commit
·
6cc831a
1
Parent(s):
e5643f8
Fix type definition of Position (#139 Position Class missing types) (#144)
Browse files- types/index.d.ts +5 -0
types/index.d.ts
CHANGED
|
@@ -612,6 +612,11 @@ declare module 'driver.js' {
|
|
| 612 |
top,
|
| 613 |
bottom,
|
| 614 |
right,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 615 |
});
|
| 616 |
|
| 617 |
/**
|
|
|
|
| 612 |
top,
|
| 613 |
bottom,
|
| 614 |
right,
|
| 615 |
+
}: {
|
| 616 |
+
left: number,
|
| 617 |
+
top: number,
|
| 618 |
+
bottom: number,
|
| 619 |
+
right: number
|
| 620 |
});
|
| 621 |
|
| 622 |
/**
|