Skip to content

Commit 92ac285

Browse files
schmulschubiakkamranahmedse
authored andcommitted
Fix type definition of Position (#139 Position Class missing types) (#144)
1 parent 5309108 commit 92ac285

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,11 @@ declare module 'driver.js' {
612612
top,
613613
bottom,
614614
right,
615+
}: {
616+
left: number,
617+
top: number,
618+
bottom: number,
619+
right: number
615620
});
616621

617622
/**

0 commit comments

Comments
 (0)