Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/material/tooltip/tooltip-animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import {
/**
* Animations used by MatTooltip.
* @docs-private
* @deprecated No longer being used, to be removed.
* @breaking-change 21.0.0
*/
export const matTooltipAnimations: {
readonly tooltipState: AnimationTriggerMetadata;
Expand Down
2 changes: 1 addition & 1 deletion tools/public_api_guard/material/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltip, never>;
}

// @public
// @public @deprecated
export const matTooltipAnimations: {
readonly tooltipState: AnimationTriggerMetadata;
};
Expand Down
Loading