UNPKG

@angular/material

Version:
11 lines (10 loc) 545 B
import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper'; /** Workaround for https://github.com/angular/angular/issues/17849 */ export declare const _MatStepperNext: typeof CdkStepperNext; export declare const _MatStepperPrevious: typeof CdkStepperPrevious; /** Button that moves to the next step in a stepper workflow. */ export declare class MatStepperNext extends _MatStepperNext { } /** Button that moves to the previous step in a stepper workflow. */ export declare class MatStepperPrevious extends _MatStepperPrevious { }