mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 10:12:52 +00:00
9 lines
309 B
TypeScript
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;
|
|
} |