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