UNPKG

@types/detect-touch-events

Version:
29 lines (21 loc) 849 B
# Installation > `npm install --save @types/detect-touch-events` # Summary This package contains type definitions for detect-touch-events (https://github.com/rafrex/detect-touch-events#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-touch-events. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-touch-events/index.d.ts) ````ts interface detectTouchEvents { hasApi: boolean; maxTouchPoints: number; update(): void; } declare const detectTouchEvents: detectTouchEvents; export default detectTouchEvents; ```` ### 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).