UNPKG

@angular/material

Version:
16 lines (15 loc) 621 B
/** * @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';