UNPKG

ng2-google-charts

Version:
9 lines (8 loc) 249 B
import { ElementRef } from '@angular/core'; export declare class ChartHTMLTooltip { private el; static readonly PIXELS: string; constructor(el: ElementRef); setPosition(x: number, y: number): void; getDOMElement(): ElementRef; }