blob: 55ee08fdd0f0d832b6ed84297e3d0e20daad80ab [file] [log] [blame]
/**
* @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, MatMenuDefaultOptions, MAT_MENU_DEFAULT_OPTIONS, _MatMenu, _MatMenuBase, } from './menu';
export { MatMenuItem } from './menu-item';
export { MatMenuTrigger, MAT_MENU_SCROLL_STRATEGY } from './menu-trigger';
export { MatMenuPanel, MAT_MENU_PANEL } from './menu-panel';
export * from './menu-module';
export * from './menu-animations';
export * from './menu-content';
export * from './menu-positions';