We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa2d44 commit a67598cCopy full SHA for a67598c
tools/public_api_guard/lib/stepper.d.ts
@@ -29,6 +29,7 @@ export declare class MatStepHeader extends CdkStepHeader implements OnDestroy {
29
selected: boolean;
30
state: StepState;
31
constructor(_intl: MatStepperIntl, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef);
32
+ _getDefaultIconForState(state: StepState): string;
33
_getHostElement(): HTMLElement;
34
_getIconContext(): MatStepperIconContext;
35
_stringLabel(): string | null;
0 commit comments