File: index.d.ts

package info (click to toggle)
node-react-highlighter 0.4.3%2Brepack2%2B~0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: javascript: 382; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Type definitions for react-highlighter 0.3
// Project: https://github.com/helior/react-highlighter
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

/// <reference types="react" />

declare var Highlight: any;
export = Highlight;