shugangbin
Results
2
comments of
shugangbin
可以在node_modules/react-native-iconfont-cli/templates 文件夹中修改模板
注释或删除代码块 ` //#componentName#.defaultProps = { // size: #size#, //}; ` #size#属性添加至 ` let #componentName#: FunctionComponent = ({ size=#size#, color, ...rest }) => { ... `