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

0.0.9 • Public • Published

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

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: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by André Eckardt.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/trayballoon

Weekly Downloads

14

Version

0.0.9

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types