mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Jasmine requires TypeScript 2.1, but since these packages only use it for tests, they should stop depending on it and stay TS2.0 compatible. Similar for 'react'.
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.1
|
|
|
|
/// <reference types="react" />
|
|
|
|
declare var Highlight: any;
|
|
export = Highlight;
|