mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
react-tap-event-plugin definitions
This commit is contained in:
parent
ab2462147a
commit
d036b5253c
5
react-tap-event-plugin/react-tap-event-plugin-tests.ts
Normal file
5
react-tap-event-plugin/react-tap-event-plugin-tests.ts
Normal file
@ -0,0 +1,5 @@
|
||||
/// <reference path="react-tap-event-plugin.d.ts"/>
|
||||
|
||||
import * as injectTapEventPlugin from 'react-tap-event-plugin';
|
||||
|
||||
injectTapEventPlugin();
|
||||
9
react-tap-event-plugin/react-tap-event-plugin.d.ts
vendored
Normal file
9
react-tap-event-plugin/react-tap-event-plugin.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// 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
|
||||
|
||||
declare module 'react-tap-event-plugin'{
|
||||
var exports:()=>any;
|
||||
export = exports;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user