Refactor exported controls
Description At the moment we default export the connected variants of each implemented React Material renderer. However more often than not a developer wants to access the unwrapped version. We export an unwrapped collection of controls, however we should also export all other renderers.
Describe the solution you'd like
We could add all other renderers to the exported Unwrapped collection.
Describe alternatives you've considered
We could think about exporting all Unwrapped renderers by default with an Unwrapped name, i.e. MaterialNumberControlUnwrapped instead of adding them to a collection.
Describe for which setup you like to have the improvement Framework: [react] RendererSet: [material]
Additional context See Spectrum