0.0.9 • Published 6 months ago

@types/trayballoon v0.0.9

Weekly downloads
7
License
MIT
Repository
github
Last release
6 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.

0.0.9

6 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago