- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/stepper/step-header.d.ts
r76712b2 r6fe77af 14 14 import { CanColor } from '@angular/material/core'; 15 15 /** @docs-private */ 16 import * as ɵngcc0 from '@angular/core'; 16 17 declare const _MatStepHeaderBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanColor> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanColor> & { 17 18 new (elementRef: ElementRef): { … … 58 59 _getIconContext(): MatStepperIconContext; 59 60 _getDefaultTextForState(state: StepState): string; 61 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepHeader, never>; 62 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStepHeader, "mat-step-header", never, { "color": "color"; "state": "state"; "label": "label"; "errorMessage": "errorMessage"; "iconOverrides": "iconOverrides"; "index": "index"; "selected": "selected"; "active": "active"; "optional": "optional"; "disableRipple": "disableRipple"; }, {}, never, never>; 60 63 } 61 64 export {}; 65 66 //# sourceMappingURL=step-header.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.