Feature suggestion of `Types` with the upcoming Hooks and original React components
Many thanks to @brendanbond for completing the React 18 upgrades for formio/react library.
Is your feature request related to a problem? Please describe.
I found that it was always hard to manipulate existing FormIO Components (e.g., FormRenderer, FormBuilder, etc.) as there are no specific guides like formio.js library has provided in Wiki.
And even though cross-referencing is possible (yet time-consuming), sometimes it is inaccurate with specific features of the React framework.
Describe the solution you'd like
It would be great to have Types definitions supported, instead of any when using formio/react components. However, it could be projected that it might require great efforts to organise such a massive package with defined types.
Just said, I am more than willing to help with the types declaration; just let me know if anything I can start of on.
Describe alternatives you've considered Although moment/luxon is a fully open-sourced project, the outsource to DefinitelyTyped package might be able to apply on this. Just that a reference with declarations of liabilities have to be mentioned.
Additional context No additional context is available.
And even though cross-referencing is possible (yet time-consuming), sometimes it is inaccurate with specific features of the React framework.
Could you possibly be more specific? The overall request feels very broad.