Skip to content

Commit 4450a86

Browse files
committed
ci: Approve new API goldens for tooltip
1 parent 5b30ea1 commit 4450a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
7676
set hideDelay(value: NumberInput);
7777
_isTooltipVisible(): boolean;
7878
get message(): string;
79-
set message(value: string);
79+
set message(value: string | null | undefined);
8080
// (undocumented)
8181
ngAfterViewInit(): void;
8282
ngOnDestroy(): void;

0 commit comments

Comments
 (0)