UNPKG

@types/detect-hover

Version:
31 lines (23 loc) 825 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-hover/index.d.ts) ````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](https://github.com/thomastilkema).