Skip to content

Commit ca0b555

Browse files
authored
build: fix outdated API golden (#29469)
Fixes an outdated API golden that is breaking the CI.
1 parent 4a86a65 commit ca0b555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/material/tooltip.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export interface MatTooltipDefaultOptions {
123123
position?: TooltipPosition;
124124
positionAtOrigin?: boolean;
125125
showDelay: number;
126+
tooltipClass?: string | string[];
126127
touchendHideDelay: number;
127128
touchGestures?: TooltipTouchGestures;
128129
touchLongPressShowDelay?: number;

0 commit comments

Comments
 (0)