0.0.33 • Published 2 years ago
@types/react-tap-event-plugin v0.0.33
Installation
npm install --save @types/react-tap-event-plugin
Summary
This package contains type definitions for react-tap-event-plugin (https://github.com/zilverline/react-tap-event-plugin).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-tap-event-plugin.
index.d.ts
// Type definitions for react-tap-event-plugin
// Project: https://github.com/zilverline/react-tap-event-plugin
// Definitions by: Michael Ledin <https://github.com/mxl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface StrategyOverrides {
shouldRejectClick?: ((lastTouchEventTimestamp: Date, clickEventTimestamp: Date) => boolean) | undefined;
}
declare var injectTapEventPlugin: (strategyOverrides?: StrategyOverrides) => void;
export = injectTapEventPlugin;
Additional Details
- Last updated: Thu, 08 Jul 2021 22:41:39 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Michael Ledin.
0.0.32
2 years ago
0.0.33
2 years ago
0.0.31
4 years ago
0.0.30
9 years ago
0.0.29
9 years ago
0.0.28
9 years ago
0.0.27
9 years ago
0.0.26
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.20-alpha
9 years ago
0.0.19-alpha
9 years ago
0.0.14-alpha
9 years ago
0.0.13-alpha
9 years ago