mattermost / mattermost-redux

Redux for Mattermost
Apache License 2.0
200 stars 386 forks source link

Add exported type to getTheme #1332

Closed hmhealey closed 3 years ago

hmhealey commented 3 years ago

The explicit type was removed from getTheme when it was being changed to not be (GlobalState) => any. I'm on board with typing it properly, but it breaks the library when imported into the web app.