Skip to content

Commit a626c8f

Browse files
josephperrottmmalerba
authored andcommitted
fix(overlay): export OverlaySizeConfig (#8932)
1 parent b488b39 commit a626c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export {Overlay} from './overlay';
1414
export {OverlayContainer} from './overlay-container';
1515
export {CdkOverlayOrigin, CdkConnectedOverlay} from './overlay-directives';
1616
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
17-
export {OverlayRef} from './overlay-ref';
17+
export {OverlayRef, OverlaySizeConfig} from './overlay-ref';
1818
export {ViewportRuler} from '@angular/cdk/scrolling';
1919
export {ComponentType} from '@angular/cdk/portal';
2020
export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';

0 commit comments

Comments
 (0)