UNPKG

@angular/material

Version:
19 lines (18 loc) 653 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 * as i0 from "@angular/core"; /** * Content for a `mat-step` that will be rendered lazily. */ export declare class MatStepContent { _template: TemplateRef<any>; constructor(_template: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<MatStepContent, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<MatStepContent, "ng-template[matStepContent]", never, {}, {}, never>; }