UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

4 lines (3 loc) 268 B
import { ElementRef } from '@angular/core'; export declare function coerceElement(elementOrRef: Element | ElementRef<Element>): Element; export declare function coerceElement(elementOrRef: Element | ElementRef<Element> | null | undefined): Element | null | undefined;