interface SomeDiv{ width: number | string; .... }
I\'m trying to use typescript with styled-components.
const SomeDiv = styled.div<