We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b488b39 commit a626c8fCopy full SHA for a626c8f
src/cdk/overlay/public-api.ts
@@ -14,7 +14,7 @@ export {Overlay} from './overlay';
14
export {OverlayContainer} from './overlay-container';
15
export {CdkOverlayOrigin, CdkConnectedOverlay} from './overlay-directives';
16
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
17
-export {OverlayRef} from './overlay-ref';
+export {OverlayRef, OverlaySizeConfig} from './overlay-ref';
18
export {ViewportRuler} from '@angular/cdk/scrolling';
19
export {ComponentType} from '@angular/cdk/portal';
20
export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';
0 commit comments