- 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/cdk/stepper/step-header.d.ts
r76712b2 r6fe77af 8 8 import { ElementRef } from '@angular/core'; 9 9 import { FocusableOption } from '@angular/cdk/a11y'; 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare class CdkStepHeader implements FocusableOption { 11 12 _elementRef: ElementRef<HTMLElement>; … … 13 14 /** Focuses the step header. */ 14 15 focus(): void; 16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepHeader, never>; 17 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepHeader, "[cdkStepHeader]", never, {}, {}, never>; 15 18 } 19 20 //# sourceMappingURL=step-header.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.