mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Position -> Dom.Position in video.js (#47682)
TS 4.1 doesn't have a built-in type named Position anymore, which exposed this bug.
This commit is contained in:
parent
3dc75e301a
commit
01cb50d31b
2
types/video.js/index.d.ts
vendored
2
types/video.js/index.d.ts
vendored
@ -2320,7 +2320,7 @@ declare namespace videojs {
|
||||
*
|
||||
* @return The position of the element that was passed in.
|
||||
*/
|
||||
findPosition(el: Element): Position;
|
||||
findPosition(el: Element): Dom.Position;
|
||||
|
||||
/**
|
||||
* Get the value of an element's attribute
|
||||
|
||||
Loading…
Reference in New Issue
Block a user