Skip to content

Commit 5d1a18a

Browse files
committed
feat(material/tabs): Fix API golden
1 parent 5163cd8 commit 5d1a18a

File tree

1 file changed

+1
-1
lines changed
  • tools/public_api_guard/material

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export abstract class _MatTabNavBase extends MatPaginatedTabHeader implements Af
408408
get backgroundColor(): ThemePalette;
409409
set backgroundColor(value: ThemePalette);
410410
color: ThemePalette;
411-
get disableRipple(): any;
411+
get disableRipple(): boolean;
412412
set disableRipple(value: BooleanInput);
413413
// (undocumented)
414414
_getRole(): string | null;

0 commit comments

Comments
 (0)