I have a styled component that look like this:
interface BoxProps { color?: string; backgroundColor?: string; borderColor?: string; } export co