@angular/material
Version:
Angular Material
17 lines (16 loc) • 685 B
TypeScript
/**
* @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
*/
import { MD_MENU_DEFAULT_OPTIONS, MdMenu, MdMenuDefaultOptions, MdMenuItem, MdMenuPanel, MdMenuTrigger } from './menu';
import { MdMenuModule } from './menu-module';
export { MD_MENU_DEFAULT_OPTIONS as MAT_MENU_DEFAULT_OPTIONS };
export { MdMenu as MatMenu };
export { MdMenuDefaultOptions as MatMenuDefaultOptions };
export { MdMenuItem as MatMenuItem };
export { MdMenuModule as MatMenuModule };
export { MdMenuPanel as MatMenuPanel };
export { MdMenuTrigger as MatMenuTrigger };