UNPKG

@uex/web-extensions

Version:

## Installation

10 lines (9 loc) 297 B
import { ElementRef, OnInit, OnChanges } from '@angular/core'; export declare class ContentComponent implements OnInit, OnChanges { elementRef: ElementRef; primary: any; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnChanges(): void; private _applyPrimary(); }