UNPKG

backbone-ng2-google-charts

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