mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
9 lines
289 B
TypeScript
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;
|