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 2dd93f4 commit eb06685Copy full SHA for eb06685
tools/public_api_guard/material/snack-bar.d.ts
@@ -35,8 +35,8 @@ export declare class MatSnackBarConfig<D = any> {
35
36
export declare class MatSnackBarContainer extends BasePortalOutlet implements OnDestroy {
37
_animationState: string;
38
- readonly _onEnter: Subject<any>;
39
- readonly _onExit: Subject<any>;
+ readonly _onEnter: Subject<void>;
+ readonly _onExit: Subject<void>;
40
_portalOutlet: CdkPortalOutlet;
41
_role: 'alert' | 'status' | null;
42
attachDomPortal: (portal: DomPortal) => void;
0 commit comments