@angular/material
Version:
Angular Material
21 lines (20 loc) • 758 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 { MdCell, MdCellDef, MdColumnDef, MdHeaderCell, MdHeaderCellDef } from './cell';
import { MdHeaderRow, MdRow } from './row';
import { MdTable } from './table';
import { MdTableModule } from './table-module';
export { MdCell as MatCell };
export { MdCellDef as MatCellDef };
export { MdColumnDef as MatColumnDef };
export { MdHeaderCell as MatHeaderCell };
export { MdHeaderCellDef as MatHeaderCellDef };
export { MdHeaderRow as MatHeaderRow };
export { MdRow as MatRow };
export { MdTable as MatTable };
export { MdTableModule as MatTableModule };