source: trip-planner-front/node_modules/@angular/material/stepper/step-label.d.ts

Last change on this file was 6fe77af, checked in by Ema <ema_spirova@…>, 3 years ago

add location feature

  • Property mode set to 100644
File size: 574 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { CdkStepLabel } from '@angular/cdk/stepper';
9import * as ɵngcc0 from '@angular/core';
10export declare class MatStepLabel extends CdkStepLabel {
11 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepLabel, never>;
12 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepLabel, "[matStepLabel]", never, {}, {}, never>;
13}
14
15//# sourceMappingURL=step-label.d.ts.map
Note: See TracBrowser for help on using the repository browser.