DefinitelyTyped/types/react-motion
Nathan Shively-Sanders 4fe7e4448c
Fix new errors from TS@next (3.9) (#42316)
1. Bogus trailing } and > are now detected in JSX.
2. Properties that are overwritten in JSX are now detected.

For react-motion, note that the fix correctly started to use a
previously unused attribute `style`, which exposes a type error in the
tests:

```
config.style: number | OpaqueConfig
```

but the test assigns it to

```
div.style: string | number
```

I squelched the error with a cast to `number`, but probably either the
test or the types are actually wrong.
2020-02-12 09:45:58 -08:00
..
index.d.ts
react-motion-tests.tsx
tsconfig.json
tslint.json