mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-10 13:30:15 +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`).