public-api.d.ts 621 B

123456789101112131415
  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 { MatMenu, MatMenuDefaultOptions, MAT_MENU_DEFAULT_OPTIONS, _MatMenu, _MatMenuBase, } from './menu';
  9. export { MatMenuItem } from './menu-item';
  10. export { MatMenuTrigger, MAT_MENU_SCROLL_STRATEGY } from './menu-trigger';
  11. export { MatMenuPanel, MAT_MENU_PANEL } from './menu-panel';
  12. export * from './menu-module';
  13. export * from './menu-animations';
  14. export * from './menu-content';
  15. export * from './menu-positions';