mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
338 B
TypeScript
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.8
|
|
|
|
/// <reference types="react" />
|
|
|
|
declare var Highlight: any;
|
|
export = Highlight;
|