37 lines
1.1 KiB
TypeScript
37 lines
1.1 KiB
TypeScript
|
|
/**
|
||
|
|
* @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.dev/license
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './module';
|
||
|
|
export {ScrollDirection, MatPaginatedTabHeader} from './paginated-tab-header';
|
||
|
|
export {
|
||
|
|
MatTabBodyPortal,
|
||
|
|
MatTabBody,
|
||
|
|
MatTabBodyPositionState,
|
||
|
|
MatTabBodyOriginState,
|
||
|
|
} from './tab-body';
|
||
|
|
export {MatTabsConfig, MAT_TABS_CONFIG} from './tab-config';
|
||
|
|
export {MatTabContent, MAT_TAB_CONTENT} from './tab-content';
|
||
|
|
export {MatTabLabel, MAT_TAB, MAT_TAB_LABEL} from './tab-label';
|
||
|
|
export {MatTab, MAT_TAB_GROUP} from './tab';
|
||
|
|
export {
|
||
|
|
MatInkBar,
|
||
|
|
_MatInkBarPositioner,
|
||
|
|
_MAT_INK_BAR_POSITIONER_FACTORY,
|
||
|
|
_MAT_INK_BAR_POSITIONER,
|
||
|
|
} from './ink-bar';
|
||
|
|
export {MatTabHeader} from './tab-header';
|
||
|
|
export {
|
||
|
|
MatTabGroup,
|
||
|
|
MatTabChangeEvent,
|
||
|
|
MatTabGroupBaseHeader,
|
||
|
|
MatTabHeaderPosition,
|
||
|
|
} from './tab-group';
|
||
|
|
export {MatTabNav, MatTabNavPanel, MatTabLink} from './tab-nav-bar/tab-nav-bar';
|
||
|
|
export {matTabsAnimations} from './tabs-animations';
|
||
|
|
export {MatTabLabelWrapper} from './tab-label-wrapper';
|