UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

14 lines (13 loc) 330 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class Tooltip extends HTMLElement { static $t: Type; private _updateToolTip; get updateToolTip(): any; set updateToolTip(a: any); private _hideToolTip; get hideToolTip(): any; set hideToolTip(a: any); }