@angular/material
Version:
Angular Material
14 lines (13 loc) • 494 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 { MdPaginator } from './paginator';
import { MdPaginatorIntl } from './paginator-intl';
import { MdPaginatorModule } from './paginator-module';
export { MdPaginator as MatPaginator };
export { MdPaginatorIntl as MatPaginatorIntl };
export { MdPaginatorModule as MatPaginatorModule };