mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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.
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| react-scrollspy-tests.tsx | ||
| tsconfig.json | ||
| tslint.json | ||