22 lines
639 B
TypeScript
22 lines
639 B
TypeScript
|
|
/**
|
||
|
|
* @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.dev/license
|
||
|
|
*/
|
||
|
|
|
||
|
|
export {MatMenu, MAT_MENU_DEFAULT_OPTIONS, MatMenuDefaultOptions, MenuCloseReason} from './menu';
|
||
|
|
export * from './menu-item';
|
||
|
|
export * from './menu-content';
|
||
|
|
export {
|
||
|
|
MatMenuTrigger,
|
||
|
|
MAT_MENU_SCROLL_STRATEGY,
|
||
|
|
MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER,
|
||
|
|
MENU_PANEL_TOP_PADDING,
|
||
|
|
} from './menu-trigger';
|
||
|
|
export * from './module';
|
||
|
|
export * from './menu-animations';
|
||
|
|
export * from './menu-positions';
|
||
|
|
export * from './menu-panel';
|