blob: 6102343dd0775e4b0d3f4d20ce436ed6dd4ce6cf [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 { 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';