DefinitelyTyped/react-highlighter/react-highlighter.d.ts

9 lines
309 B
TypeScript

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