Files
DefinitelyTyped/types/react
Artur Kenzhaev 2034c45ba9 feat(react): exclude number from keyof JSX.IntrinsicElements (#42282)
It's required to exclude `number` type from `keyof JSX.IntrinsicElements` because of the case when `JSX.IntrinsicElements` has some additional declarations with indexer type, for example

```
declare namespace JSX {
    interface IntrinsicElements extends JSX.IntrinsicElements {
        [name: string]: SomeJSXElementType;
    }
}
```
2020-02-27 10:22:22 -08:00
..
2020-02-21 11:29:20 -08:00
2020-02-24 16:06:03 -08:00
2020-02-24 16:06:03 -08:00