We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f93b5 commit 136f7ffCopy full SHA for 136f7ff
src/lib/core/overlay/position/connected-position-strategy.ts
@@ -16,7 +16,7 @@ import {Scrollable} from '../scroll/scrollable';
16
* where top and bottom are the y-axis coordinates of the bounding rectangle and left and right are
17
* the x-axis coordinates.
18
*/
19
-export type ElementBoundingPositions = {
+type ElementBoundingPositions = {
20
top: number;
21
right: number;
22
bottom: number;
0 commit comments