2.0.0 • Published 9 months ago

@types/trayballoon v2.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 months ago

Installation

npm install --save @types/trayballoon

Summary

This package contains type definitions for trayballoon (https://github.com/sindresorhus/trayballoon).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/trayballoon.

index.d.ts

// Type definitions for trayballoon
// Project: https://github.com/sindresorhus/trayballoon
// Definitions by: André Eckardt <https://github.com/korve>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare interface TrayballoonOptions {
    text:string
    title?:string | undefined
    icon?:string | undefined
    timeout?:number | undefined
    wait?:boolean | undefined
}

declare function trayballoonFn( opts:TrayballoonOptions, fn:Function ): void;
declare module "trayballoon" {
    export = trayballoonFn;
}

Additional Details

  • Last updated: Fri, 02 Jul 2021 19:37:17 GMT
  • Dependencies: none
  • Global values: trayballoonFn

Credits

These definitions were written by André Eckardt.

2.0.0

9 months ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago