UNPKG

@angular/material

Version:
14 lines (13 loc) 493 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 { MdToolbar, MdToolbarBase, MdToolbarRow } from './toolbar'; import { MdToolbarModule } from './toolbar-module'; export { MdToolbar as MatToolbar }; export { MdToolbarBase as MatToolbarBase }; export { MdToolbarModule as MatToolbarModule }; export { MdToolbarRow as MatToolbarRow };