Skip to content

Commit 136f7ff

Browse files
devversionkara
authored andcommitted
fix(overlay): no longer export internal type (#4390)
1 parent b2f93b5 commit 136f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/overlay/position/connected-position-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {Scrollable} from '../scroll/scrollable';
1616
* where top and bottom are the y-axis coordinates of the bounding rectangle and left and right are
1717
* the x-axis coordinates.
1818
*/
19-
export type ElementBoundingPositions = {
19+
type ElementBoundingPositions = {
2020
top: number;
2121
right: number;
2222
bottom: number;

0 commit comments

Comments
 (0)