UNPKG

ipsos-components

Version:

Material Design components for Angular

14 lines (12 loc) 501 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} from './menu-directive'; export {MatMenuItem} from './menu-item'; export {MatMenuTrigger} from './menu-trigger'; export {MatMenuPanel} from './menu-panel'; export {MenuPositionX, MenuPositionY} from './menu-positions';