UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension

11 lines (10 loc) 320 B
import { ElementRef, OnChanges, OnInit } from '@angular/core'; export declare class Ellipsis implements OnInit, OnChanges { private element; private nativeElement; hide: boolean; constructor(element: ElementRef); ngOnInit(): void; ngOnChanges(changes: any): void; private render; }