DefinitelyTyped/types/react-syntax-highlighter
Michał Ciechan 856744a363 [react-syntax-highlighter] Fix lineProps and codeTagProps (#40753)
Previously good code wouldn't compile because both `props` used
definitions without `React.HTMLProps` which is the correct definition for
the `props object` mentioned in https://github.com/conorhastings/react-syntax-highlighter#props.

All `lineProps` and `codeTagProps` tests have now explicitly defined
`prop` type.
2019-12-07 12:31:24 -08:00
..
index.d.ts
react-syntax-highlighter-tests.tsx
tsconfig.json
tslint.json