diff --git a/src/lib/core/overlay/position/connected-position-strategy.ts b/src/lib/core/overlay/position/connected-position-strategy.ts index 2eda42461e93..f16c10031886 100644 --- a/src/lib/core/overlay/position/connected-position-strategy.ts +++ b/src/lib/core/overlay/position/connected-position-strategy.ts @@ -16,7 +16,7 @@ import {Scrollable} from '../scroll/scrollable'; * where top and bottom are the y-axis coordinates of the bounding rectangle and left and right are * the x-axis coordinates. */ -export type ElementBoundingPositions = { +type ElementBoundingPositions = { top: number; right: number; bottom: number;