UNPKG

@angular/material

Version:
13 lines (12 loc) 498 B
/** * @license * Copyright Google Inc. 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 } from './menu-directive'; export { MatMenuItem } from './menu-item'; export { MatMenuTrigger } from './menu-trigger'; export { MatMenuPanel } from './menu-panel'; export { MenuPositionX, MenuPositionY } from './menu-positions';