@angular/material
Version:
Angular Material
8 lines (7 loc) • 343 B
TypeScript
import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
/** Button that moves to the next step in a stepper workflow. */
export declare class MatStepperNext extends CdkStepperNext {
}
/** Button that moves to the previous step in a stepper workflow. */
export declare class MatStepperPrevious extends CdkStepperPrevious {
}