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