You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1006 B
20 lines
1006 B
/**
|
|
* @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 { MatTabsModule } from './tabs-module';
|
|
export * from './tab-group';
|
|
export { MatInkBar, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER } from './ink-bar';
|
|
export { MatTabBody, _MatTabBodyBase, MatTabBodyOriginState, MatTabBodyPositionState, MatTabBodyPortal } from './tab-body';
|
|
export { MatTabHeader, _MatTabHeaderBase } from './tab-header';
|
|
export { MatTabLabelWrapper } from './tab-label-wrapper';
|
|
export { MatTab, MAT_TAB_GROUP } from './tab';
|
|
export { MatTabLabel, MAT_TAB } from './tab-label';
|
|
export { MatTabNav, MatTabLink, _MatTabNavBase, _MatTabLinkBase } from './tab-nav-bar/index';
|
|
export { MatTabContent } from './tab-content';
|
|
export { ScrollDirection } from './paginated-tab-header';
|
|
export * from './tabs-animations';
|
|
export { MAT_TABS_CONFIG, MatTabsConfig } from './tab-config';
|