DefinitelyTyped/react-tap-event-plugin/react-tap-event-plugin.d.ts
2016-02-26 11:36:32 +03:00

10 lines
328 B
TypeScript

// 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;
}