Skip to content

Commit eb06685

Browse files
Update goldens
1 parent 2dd93f4 commit eb06685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/public_api_guard/material/snack-bar.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export declare class MatSnackBarConfig<D = any> {
3535

3636
export declare class MatSnackBarContainer extends BasePortalOutlet implements OnDestroy {
3737
_animationState: string;
38-
readonly _onEnter: Subject<any>;
39-
readonly _onExit: Subject<any>;
38+
readonly _onEnter: Subject<void>;
39+
readonly _onExit: Subject<void>;
4040
_portalOutlet: CdkPortalOutlet;
4141
_role: 'alert' | 'status' | null;
4242
attachDomPortal: (portal: DomPortal) => void;

0 commit comments

Comments
 (0)