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

1.0.2 • Public • Published

Installation

npm install --save @types/detect-hover

Summary

This package contains type definitions for detect-hover (https://github.com/rafrex/detect-hover#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-hover.

index.d.ts

interface detectHover {
    anyHover: boolean;
    anyNone: boolean;
    hover: boolean;
    none: boolean;

    update(): void;
}

declare const detectHover: detectHover;
export default detectHover;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Thomas Tilkema.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/detect-hover

Weekly Downloads

297

Version

1.0.2

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types