npm.io
1.0.2 • Published 2 years ago

@types/detect-hover

Licence
MIT
Version
1.0.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.3K

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 2205 GMT
  • Dependencies: none

Credits

These definitions were written by Thomas Tilkema.