@angular/material
Version:
Angular Material
18 lines (17 loc) • 668 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
*/
export * from './tabs-module';
export * from './tab-group';
export { MdInkBar } from './ink-bar';
export { MdTabBody, MdTabBodyOriginState, MdTabBodyPositionState } from './tab-body';
export { MdTabHeader, ScrollDirection } from './tab-header';
export { MdTabLabelWrapper } from './tab-label-wrapper';
export { MdTab } from './tab';
export { MdTabLabel } from './tab-label';
export { MdTabNav, MdTabLink } from './tab-nav-bar/index';
export * from './mat-exports';