1.2.5 • Published 6 months ago

@types/angular-tooltips v1.2.5

Weekly downloads
894
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for angular-tooltips 1.2
// Project: http://720kb.github.io/angular-tooltips
// Definitions by: Leonard Thieu <https://github.com/leonard-thieu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

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: Wed, 07 Jul 2021 21:44:23 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Leonard Thieu.

1.2.5

6 months ago

1.2.4

7 months ago

1.2.3

8 months ago

1.2.2

3 years ago

1.2.1

7 years ago

1.2.0

7 years ago