During our refactoring to typescript types of styled-components got lost since extra configuration is needed to have ts support for styled-components. Fix this so that ts displays errors if either wrong properties of the theme or wrong props are accessed.
sarahsporck - 20.5.2021, 09:48:49
During our refactoring to typescript types of styled-components got lost since extra configuration is needed to have ts support for styled-components. Fix this so that ts displays errors if either wrong properties of the theme or wrong props are accessed.
See https://styled-components.com/docs/api#typescript
Environment: - Linked issues: