/** * @license * Copyright Google LLC 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 './module'; export {MatTabBodyPortal} from './tab-body'; export {MatTabContent} from './tab-content'; export {MatTabLabel} from './tab-label'; export {MatTabLabelWrapper} from './tab-label-wrapper'; export {MatTab} from './tab'; export {MatInkBar} from './ink-bar'; export {MatTabHeader} from './tab-header'; export {MatTabGroup} from './tab-group'; export {MatTabNav, MatTabLink} from './tab-nav-bar/tab-nav-bar'; export { MatTabBodyPositionState, MatTabBodyOriginState, matTabsAnimations, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER, MatTabChangeEvent, MatTabHeaderPosition, MatTabsConfig, MAT_TABS_CONFIG, } from '@angular/material/tabs';