Files
DefinitelyTyped/types/react-highlighter/index.d.ts
2017-03-24 14:27:52 -07: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.1
/// <reference types="react" />
declare var Highlight: any;
export = Highlight;