Description
Hey there, we have a wrapper function around adding withDevtools, to replace it with withDevtoolsStub on production for example.
I want to pass DevtoolsFeature[] into this wrapper function, but i can't use DevtoolsFeature because it is not exported i guess? (using moduleResolution: 'bundler'