Closed
Description
What problem does this feature solve?
The typings have the following problems
- A configuration can have both
component
andcomponents
- When multiple named components are used, props should be a
Dictionary
of the regular props typings. Right now it doesn't complain becauseObject
is among the regular props typings, however it cannot infer the accurate typing of each of the props, it just usesany
.
What does the proposed API look like?
There is no API