markoy
Results
1
issues of
markoy
你好,在TS项目中使用打包的库,因children未在props中定义而报错。 尝试修改组件类型定义如:const BaseModal: React.FC = (props: Props)=>{}, 修改后引入组件使用时,props的字段的提示就不是太直观了,请问有没有更好的解决办法。