Files
DefinitelyTyped/react-tap-event-plugin/index.d.ts
2016-04-27 21:30:22 -07:00

9 lines
289 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 var exports: () => any;
export = exports;