DefinitelyTyped/types/react-highlighter/index.d.ts
2017-06-19 13:34:54 +02:00

11 lines
338 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
// TypeScript Version: 2.3
/// <reference types="react" />
declare var Highlight: any;
export = Highlight;