@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

VersionDownloads (Last 7 Days)Tag
1.2.10ts2.3
1.2.10ts2.4
1.2.10ts2.5
1.2.10ts2.6
1.2.10ts2.7
1.2.10ts2.8
1.2.10ts2.9
1.2.10ts3.0
1.2.10ts3.1
1.2.10ts3.2
1.2.10ts3.3
1.2.10ts3.4
1.2.10ts3.5
1.2.00ts2.0
1.2.00ts2.1
1.2.00ts2.2
1.2.567ts5.8
1.2.567ts5.7
1.2.567latest
1.2.567ts4.5
1.2.567ts4.6
1.2.567ts4.7
1.2.567ts4.8
1.2.567ts4.9
1.2.567ts5.0
1.2.567ts5.1
1.2.567ts5.2
1.2.567ts5.3
1.2.567ts5.4
1.2.567ts5.5
1.2.567ts5.6
1.2.567ts5.9
1.2.27ts3.6
1.2.27ts3.7
1.2.27ts3.8
1.2.27ts3.9
1.2.27ts4.0
1.2.27ts4.1
1.2.27ts4.2
1.2.27ts4.3
1.2.27ts4.4

Version History

VersionDownloads (Last 7 Days)Published
1.2.567
1.2.40
1.2.30
1.2.27
1.2.10
1.2.00

Package Sidebar

Install

npm i @types/angular-tooltips

Weekly Downloads

68

Version

1.2.5

License

MIT

Unpacked Size

4.43 kB

Total Files

5

Last publish

Collaborators

  • types