index.d.ts 493 B

12345678910111213
  1. export { _ as _CdkPrivateStyleLoader } from '../style-loader.d-BXZfQZTF.js';
  2. import * as i0 from '@angular/core';
  3. /**
  4. * Component used to load the .cdk-visually-hidden styles.
  5. * @docs-private
  6. */
  7. declare class _VisuallyHiddenLoader {
  8. static ɵfac: i0.ɵɵFactoryDeclaration<_VisuallyHiddenLoader, never>;
  9. static ɵcmp: i0.ɵɵComponentDeclaration<_VisuallyHiddenLoader, "ng-component", ["cdkVisuallyHidden"], {}, {}, never, never, true, never>;
  10. }
  11. export { _VisuallyHiddenLoader };