@types/angular-tooltips
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

Installation

npm install --save @types/angular-tooltips

Summary

This package contains type definitions for angular-tooltips (http://720kb.github.io/angular-tooltips).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-tooltips.

index.d.ts

declare const AngularTooltips: "720kb.tooltips";
export = AngularTooltips;

declare namespace AngularTooltips {
    interface TooltipsConfProvider {
        configure(options: TooltipsConfProviderOptions): void;
    }

    interface TooltipsConfProviderOptions {
        side?:
            | "left"
            | "right"
            | "top"
            | "bottom"
            | "top left"
            | "top right"
            | "bottom left"
            | "bottom right"
            | undefined;
        showTrigger?: string | undefined;
        hideTrigger?: string | undefined;
        class?: string | undefined;
        smart?: boolean | undefined;
        closeButton?: boolean | undefined;
        size?: "small" | "medium" | "large" | undefined;
        speed?: "slow" | "medium" | "fast" | undefined;
        tooltipTemplateUrlCache?: boolean | undefined;
        show?: boolean | undefined;
    }
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Leonard Thieu.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @types/angular-tooltips

Weekly Downloads

95

Version

1.2.5

License

MIT

Unpacked Size

4.43 kB

Total Files

5

Last publish

Collaborators

  • types