🤖 Merge PR #46008 updated the posistion getter method on the Element interface. From return type Object to more specific object wit… by @risingBirdSong

This commit is contained in:
Peter 2020-07-10 19:38:17 -07:00 committed by GitHub
parent 53dab9420a
commit cb5e017ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -678,7 +678,7 @@ declare module '../../index' {
* @return the x and y position of the element in an
* object
*/
position(): object;
position(): { x: number, y: number };
/**
* Sets the position of the element relative to (0,