mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 00:04:25 +00:00
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.