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.
22 lines
1.2 KiB
22 lines
1.2 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 { HighContrastModeDetector } from './high-contrast-mode/high-contrast-mode-detector';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './live-announcer/live-announcer';
|
|
import * as ɵngcc2 from './focus-trap/focus-trap';
|
|
import * as ɵngcc3 from './focus-monitor/focus-monitor';
|
|
import * as ɵngcc4 from '@angular/cdk/platform';
|
|
import * as ɵngcc5 from '@angular/cdk/observers';
|
|
export declare class A11yModule {
|
|
constructor(highContrastModeDetector: HighContrastModeDetector);
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<A11yModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<A11yModule, [typeof ɵngcc1.CdkAriaLive, typeof ɵngcc2.CdkTrapFocus, typeof ɵngcc3.CdkMonitorFocus], [typeof ɵngcc4.PlatformModule, typeof ɵngcc5.ObserversModule], [typeof ɵngcc1.CdkAriaLive, typeof ɵngcc2.CdkTrapFocus, typeof ɵngcc3.CdkMonitorFocus]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<A11yModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=a11y-module.d.ts.map
|