UNPKG

@angular/material

Version:
17 lines (16 loc) 674 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 */ import { MdDrawer, MdDrawerContainer, MdDrawerToggleResult } from './drawer'; import { MdSidenav, MdSidenavContainer } from './sidenav'; import { MdSidenavModule } from './sidenav-module'; export { MdDrawerToggleResult as MatDrawerToggleResult }; export { MdDrawer as MatDrawer }; export { MdDrawerContainer as MatDrawerContainer }; export { MdSidenav as MatSidenav }; export { MdSidenavContainer as MatSidenavContainer }; export { MdSidenavModule as MatSidenavModule };