source: trip-planner-front/node_modules/@angular/material/tabs/public-api.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1006 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8export { MatTabsModule } from './tabs-module';
9export * from './tab-group';
10export { MatInkBar, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER } from './ink-bar';
11export { MatTabBody, _MatTabBodyBase, MatTabBodyOriginState, MatTabBodyPositionState, MatTabBodyPortal } from './tab-body';
12export { MatTabHeader, _MatTabHeaderBase } from './tab-header';
13export { MatTabLabelWrapper } from './tab-label-wrapper';
14export { MatTab, MAT_TAB_GROUP } from './tab';
15export { MatTabLabel, MAT_TAB } from './tab-label';
16export { MatTabNav, MatTabLink, _MatTabNavBase, _MatTabLinkBase } from './tab-nav-bar/index';
17export { MatTabContent } from './tab-content';
18export { ScrollDirection } from './paginated-tab-header';
19export * from './tabs-animations';
20export { MAT_TABS_CONFIG, MatTabsConfig } from './tab-config';
Note: See TracBrowser for help on using the repository browser.