public-api.d.ts 729 B

123456789101112131415161718
  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/focus-trap';
  13. export * from './interactivity-checker/interactivity-checker';
  14. export * from './live-announcer/live-announcer';
  15. export * from './live-announcer/live-announcer-tokens';
  16. export * from './focus-monitor/focus-monitor';
  17. export * from './fake-mousedown';
  18. export * from './a11y-module';