Files
DefinitelyTyped/react-highlighter/index.d.ts
2017-02-23 07:15:16 -08:00

8 lines
278 B
TypeScript

// Type definitions for react-highlighter 0.3
// Project: https://github.com/helior/react-highlighter
// Definitions by: Pedro Pereira <https://github.com/oizie>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare var Highlight: any;
export = Highlight;