UNPKG

@angular/material

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