@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 569 B
TypeScript
import { ElementRef, RendererFactory2 } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyTextExpandAdapterService {
#private;
constructor(rendererFactory: RendererFactory2);
getContainerHeight(containerEl: ElementRef): number;
removeContainerMaxHeight(containerEl: ElementRef): void;
setText(textEl: ElementRef, text: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandAdapterService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyTextExpandAdapterService>;
}