UNPKG

@angular/material

Version:
32 lines (31 loc) 1.35 kB
/** * @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 */ import { MdInkBar } from './ink-bar'; import { MdTab } from './tab'; import { MdTabBody, MdTabBodyOriginState, MdTabBodyPositionState } from './tab-body'; import { MdTabChangeEvent, MdTabGroup, MdTabGroupBase, MdTabHeaderPosition } from './tab-group'; import { MdTabHeader } from './tab-header'; import { MdTabLabel } from './tab-label'; import { MdTabLabelWrapper } from './tab-label-wrapper'; import { MdTabLink, MdTabNav } from './tab-nav-bar/index'; import { MdTabsModule } from './tabs-module'; export { MdInkBar as MatInkBar }; export { MdTab as MatTab }; export { MdTabBody as MatTabBody }; export { MdTabBodyOriginState as MatTabBodyOriginState }; export { MdTabBodyPositionState as MatTabBodyPositionState }; export { MdTabChangeEvent as MatTabChangeEvent }; export { MdTabGroup as MatTabGroup }; export { MdTabGroupBase as MatTabGroupBase }; export { MdTabHeader as MatTabHeader }; export { MdTabHeaderPosition as MatTabHeaderPosition }; export { MdTabLabel as MatTabLabel }; export { MdTabLabelWrapper as MatTabLabelWrapper }; export { MdTabLink as MatTabLink }; export { MdTabNav as MatTabNav }; export { MdTabsModule as MatTabsModule };