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 | export * from './aria-describer/aria-describer';
|
---|
9 | export * from './key-manager/activedescendant-key-manager';
|
---|
10 | export * from './key-manager/focus-key-manager';
|
---|
11 | export * from './key-manager/list-key-manager';
|
---|
12 | export * from './focus-trap/configurable-focus-trap';
|
---|
13 | export * from './focus-trap/configurable-focus-trap-config';
|
---|
14 | export * from './focus-trap/configurable-focus-trap-factory';
|
---|
15 | export * from './focus-trap/event-listener-inert-strategy';
|
---|
16 | export * from './focus-trap/focus-trap';
|
---|
17 | export * from './focus-trap/focus-trap-inert-strategy';
|
---|
18 | export * from './interactivity-checker/interactivity-checker';
|
---|
19 | export { InputModality, InputModalityDetector, InputModalityDetectorOptions, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, } from './input-modality/input-modality-detector';
|
---|
20 | export * from './live-announcer/live-announcer';
|
---|
21 | export * from './live-announcer/live-announcer-tokens';
|
---|
22 | export * from './focus-monitor/focus-monitor';
|
---|
23 | export * from './fake-event-detection';
|
---|
24 | export * from './a11y-module';
|
---|
25 | export { HighContrastModeDetector, HighContrastMode, } from './high-contrast-mode/high-contrast-mode-detector';
|
---|