@angular/material
Version:
Angular Material
22 lines (21 loc) • 901 B
TypeScript
/**
* @license
* Copyright Google Inc. 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 { MdHorizontalStepper, MdStep, MdStepper, MdVerticalStepper } from './stepper';
import { MdStepHeader } from './step-header';
import { MdStepLabel } from './step-label';
import { MdStepperNext, MdStepperPrevious } from './stepper-button';
import { MdStepperModule } from './stepper-module';
export { MdStep as MatStep };
export { MdStepHeader as MatStepHeader };
export { MdStepLabel as MatStepLabel };
export { MdStepper as MatStepper };
export { MdHorizontalStepper as MatHorizontalStepper };
export { MdStepperModule as MatStepperModule };
export { MdVerticalStepper as MatVerticalStepper };
export { MdStepperPrevious as MatStepperPrevious };
export { MdStepperNext as MatStepperNext };