mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 02:00:21 +00:00
* Improve typing of makeAsyncSelect. Improve typing of `makeAsyncSelect`, before change I wasn't able to properly use `makeAsyncSelect` decorator function because of TS error `error TS2604: JSX element type 'NAME' does not have any construct or call signatures.`, also props from `SelectComponent` wasn't inferred. * Update Async.d.ts * Update Async.d.ts * Fix ClassProps and FunctionProps types.