Typescript merging styled component props with the parent ones

后端 未结 0 1040
后悔当初
后悔当初 2020-11-21 20:27

I have a styled component that look like this:

interface BoxProps {
    color?: string;
    backgroundColor?: string;
    borderColor?: string;
  }

export co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题