UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

19 lines (18 loc) 504 B
import { I18N } from 'aurelia-i18n'; export declare class Tooltip { private element; private i18n; title: string; placement: string; container: string | boolean; trigger: string; html: boolean; enable: boolean; animation: boolean; clickHandler: any; constructor(element: HTMLElement, i18n: I18N); bind(): void; private titleChanged(newValue, oldValue); private enableChanged(newValue, oldValue); private configureTooltip(); }