UNPKG

@omnia/foundation

Version:

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

10 lines (9 loc) 278 B
import { OnDestroy, ElementRef } from '@angular/core'; export declare class Focus implements OnDestroy { private element; private nativeElement; omfFocus: Function; constructor(element: ElementRef); ngOnDestroy(): void; private registerEvent; }