UNPKG

@angular/material

Version:
13 lines (12 loc) 404 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { TemplateRef } from '@angular/core'; import { CdkStepLabel } from '@angular/cdk/stepper'; export declare class MatStepLabel extends CdkStepLabel { constructor(template: TemplateRef<any>); }