source: trip-planner-front/node_modules/@angular/cdk/a11y/public-api.d.ts

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

initial commit

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[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 */
8export * from './aria-describer/aria-describer';
9export * from './key-manager/activedescendant-key-manager';
10export * from './key-manager/focus-key-manager';
11export * from './key-manager/list-key-manager';
12export * from './focus-trap/configurable-focus-trap';
13export * from './focus-trap/configurable-focus-trap-config';
14export * from './focus-trap/configurable-focus-trap-factory';
15export * from './focus-trap/event-listener-inert-strategy';
16export * from './focus-trap/focus-trap';
17export * from './focus-trap/focus-trap-inert-strategy';
18export * from './interactivity-checker/interactivity-checker';
19export { InputModality, InputModalityDetector, InputModalityDetectorOptions, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, } from './input-modality/input-modality-detector';
20export * from './live-announcer/live-announcer';
21export * from './live-announcer/live-announcer-tokens';
22export * from './focus-monitor/focus-monitor';
23export * from './fake-event-detection';
24export * from './a11y-module';
25export { HighContrastModeDetector, HighContrastMode, } from './high-contrast-mode/high-contrast-mode-detector';
Note: See TracBrowser for help on using the repository browser.