mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-24 21:24:36 +00:00
Adjusted the prop types of the returned native component class so that (a) the `nativeOnly` set of props adds to the prop types and (b) not all the props from the JS component are required (using `Partial`).