/** * @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 */ export {MatMenu} from './menu'; export {MatMenuItem} from './menu-item'; export * from './module'; export { _MatMenuDirectivesModule, fadeInItems, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, matMenuAnimations, MatMenuContent, MatMenuDefaultOptions, MatMenuPanel, MatMenuTrigger, MenuPositionX, MenuPositionY, transformMenu, } from '@angular/material/menu';