| 7 | namespace JSX { |
| 8 | interface Element extends React.JSX.Element {} |
| 9 | interface ElementClass extends React.JSX.ElementClass {} |
| 10 | interface ElementAttributesProperty |
| 11 | extends React.JSX.ElementAttributesProperty {} |
| 12 | interface ElementChildrenAttribute |
nothing calls this directly
no outgoing calls
no test coverage detected