Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit d54e62f

Browse files
committed
Update IntersectionObserverEntry typings.
1 parent 0d74743 commit d54e62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/Overrides.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare class Notification {
99

1010
interface IntersectionObserverEntry {
1111
readonly time: number;
12-
readonly rootBounds: any;
12+
readonly rootBounds: ClientRect;
1313
readonly boundingClientRect: ClientRect;
1414
readonly intersectionRect: ClientRect;
1515
readonly intersectionRatio: number;

0 commit comments

Comments
 (0)