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
..
test Add path to SVGAttributes (#42404) 2020-02-21 11:29:20 -08:00
v15 Update tslint configs (#42555) 2020-02-24 16:06:03 -08:00
experimental.d.ts
global.d.ts
index.d.ts feat(react): exclude number from keyof JSX.IntrinsicElements (#42282) 2020-02-27 10:22:22 -08:00
OTHER_FILES.txt
package.json
tsconfig.json
tslint.json Update tslint configs (#42555) 2020-02-24 16:06:03 -08:00