UNPKG

@ngx-performance-ui/core

Version:
11 lines (10 loc) 315 B
import { ElementRef, AfterViewInit } from '@angular/core'; export declare class EllipsisDirective implements AfterViewInit { private elRef; pEllipsis: string; readonly maxWidth: string; title: string; pEllipsisEnabled: boolean; constructor(elRef: ElementRef); ngAfterViewInit(): void; }