mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
* feat(react-dependents): update to TS 2.8 * exclude react-dom * fix version mismatches
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;
|