@types/react-tap-event-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

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

interface StrategyOverrides {
    shouldRejectClick?: ((lastTouchEventTimestamp: Date, clickEventTimestamp: Date) => boolean) | undefined;
}

declare var injectTapEventPlugin: (strategyOverrides?: StrategyOverrides) => void;

export = injectTapEventPlugin;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Michael Ledin.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/react-tap-event-plugin

      Weekly Downloads

      1,563

      Version

      0.0.33

      License

      MIT

      Unpacked Size

      3.15 kB

      Total Files

      5

      Last publish

      Collaborators

      • types