public-api.d.ts 834 B

12345678910111213141516171819
  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. */
  8. export * from './tabs-module';
  9. export * from './tab-group';
  10. export { MatInkBar, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER } from './ink-bar';
  11. export { MatTabBody, MatTabBodyOriginState, MatTabBodyPositionState, MatTabBodyPortal } from './tab-body';
  12. export { MatTabHeader } from './tab-header';
  13. export { MatTabLabelWrapper } from './tab-label-wrapper';
  14. export { MatTab } from './tab';
  15. export { MatTabLabel } from './tab-label';
  16. export { MatTabNav, MatTabLink } from './tab-nav-bar/index';
  17. export { MatTabContent } from './tab-content';
  18. export { ScrollDirection } from './paginated-tab-header';
  19. export * from './tabs-animations';