mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
* Adding type definition for react-cartographer npm package * Changing strictNullChecks to true * Fixing failures from lint check * Code cleanup
11 lines
325 B
TypeScript
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.6
|
|
import Map from './lib/components/Map';
|
|
|
|
export {
|
|
Map
|
|
};
|