Skip to content

Commit

Permalink
Fix type definition of Position (#139 Position Class missing types) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
schmulschubiak authored and kamranahmedse committed Feb 7, 2019
1 parent 5309108 commit 92ac285
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,11 @@ declare module 'driver.js' {
top,
bottom,
right,
}: {
left: number,
top: number,
bottom: number,
right: number
});

/**
Expand Down

0 comments on commit 92ac285

Please sign in to comment.