Skip to content

Commit a67598c

Browse files
committed
update api goldens
1 parent 9fa2d44 commit a67598c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/lib/stepper.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export declare class MatStepHeader extends CdkStepHeader implements OnDestroy {
2929
selected: boolean;
3030
state: StepState;
3131
constructor(_intl: MatStepperIntl, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef);
32+
_getDefaultIconForState(state: StepState): string;
3233
_getHostElement(): HTMLElement;
3334
_getIconContext(): MatStepperIconContext;
3435
_stringLabel(): string | null;

0 commit comments

Comments
 (0)