React component props with hyphen naming

前端 未结 0 974
别那么骄傲
别那么骄傲 2021-02-01 17:59

I have a component Button in react with below interface

interface ButtonI extends React.HTMLAttributes {
  background?: string;
  border?         


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