solid-styled-components
solid-styled-components copied to clipboard
fix(types): theme optional removed (#42)
Current DefaultTheme interface already suggests that default value for theme has to be an empty object:
export interface DefaultTheme {}
Enforcing this would allow users to avoid annoying non-null assertions.