index.d.ts 981 B

123456789101112131415161718192021
  1. export { h as MAT_TOOLTIP_DEFAULT_OPTIONS, f as MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY, c as MAT_TOOLTIP_SCROLL_STRATEGY, d as MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY, e as MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER, k as MatTooltip, i as MatTooltipDefaultOptions, M as MatTooltipModule, S as SCROLL_THROTTLE_MS, j as TOOLTIP_PANEL_CLASS, l as TooltipComponent, T as TooltipPosition, a as TooltipTouchGestures, b as TooltipVisibility, g as getMatTooltipInvalidPositionError } from '../module.d-C9bwr5Wr.js';
  2. import '@angular/core';
  3. import '@angular/cdk/a11y';
  4. import '@angular/cdk/overlay';
  5. import '../common-module.d-C8xzHJDr.js';
  6. import '@angular/cdk/bidi';
  7. import '@angular/cdk/coercion';
  8. import 'rxjs';
  9. import '@angular/cdk/scrolling';
  10. /**
  11. * Animations used by MatTooltip.
  12. * @docs-private
  13. * @deprecated No longer being used, to be removed.
  14. * @breaking-change 21.0.0
  15. */
  16. declare const matTooltipAnimations: {
  17. readonly tooltipState: any;
  18. };
  19. export { matTooltipAnimations };