UNPKG

@uex/web-extensions

Version:

## Installation

7 lines (6 loc) 208 B
import { ElementRef, OnInit } from '@angular/core'; export declare class DialogHeaderComponent implements OnInit { elementRef: ElementRef; constructor(elementRef: ElementRef); ngOnInit(): void; }