DefinitelyTyped/types/react-cartographer/index.d.ts
Ferdy Budhidharma 6d2fc7181a feat(react-dependents): update to TS 2.8 (part 1 of 2) (#27743)
* feat(react-dependents): update to TS 2.8

* exclude react-dom

* fix version mismatches
2018-08-03 21:01:14 +01:00

11 lines
325 B
TypeScript

// Type definitions for react-cartographer 0.4
// Project: https://github.com/yahoo/react-cartographer
// Definitions by: Tre`Von McKay <https://github.com/trevonmckay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import Map from './lib/components/Map';
export {
Map
};