@angular/material
Version:
Angular Material
17 lines (16 loc) • 647 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 { MatInkBar } from './ink-bar';
export { MatTabBody, MatTabBodyOriginState, MatTabBodyPositionState } from './tab-body';
export { MatTabHeader, ScrollDirection } from './tab-header';
export { MatTabLabelWrapper } from './tab-label-wrapper';
export { MatTab } from './tab';
export { MatTabLabel } from './tab-label';
export { MatTabNav, MatTabLink } from './tab-nav-bar/index';