DefinitelyTyped/types/react-scrollspy
Michael Macnair 76a0f7d9e9 react-scrollspy: componentTag can take components (#37977)
Its proptypes defintion is:
 componentTag: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
But it's used like:
  <componentTag className={ itemClass } style={ style }>
Which makes it a component not any old function.
2019-09-03 13:08:13 -07:00
..
index.d.ts
react-scrollspy-tests.tsx
tsconfig.json
tslint.json