@angular/material
Version:
Angular Material
17 lines (16 loc) • 597 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 { MdSort, MdSortable } from './sort';
import { MdSortHeader } from './sort-header';
import { MdSortHeaderIntl } from './sort-header-intl';
import { MdSortModule } from './sort-module';
export { MdSort as MatSort };
export { MdSortable as MatSortable };
export { MdSortHeader as MatSortHeader };
export { MdSortHeaderIntl as MatSortHeaderIntl };
export { MdSortModule as MatSortModule };