You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.1 KiB
20 lines
1.1 KiB
/**
|
|
* @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 * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './stepper';
|
|
import * as ɵngcc2 from './step-header';
|
|
import * as ɵngcc3 from './step-label';
|
|
import * as ɵngcc4 from './stepper-button';
|
|
import * as ɵngcc5 from '@angular/cdk/bidi';
|
|
export declare class CdkStepperModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepperModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkStepperModule, [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious], [typeof ɵngcc5.BidiModule], [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkStepperModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=stepper-module.d.ts.map
|