@angular/material
Version:
Angular Material
20 lines (19 loc) • 986 B
TypeScript
/**
* @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 { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
import * as i0 from "@angular/core";
/** Button that moves to the next step in a stepper workflow. */
export declare class MatStepperNext extends CdkStepperNext {
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperNext, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatStepperNext, "button[matStepperNext]", never, { "type": "type"; }, {}, never>;
}
/** Button that moves to the previous step in a stepper workflow. */
export declare class MatStepperPrevious extends CdkStepperPrevious {
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperPrevious, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatStepperPrevious, "button[matStepperPrevious]", never, { "type": "type"; }, {}, never>;
}