LuoYuChenZhou

Results 1 issues of LuoYuChenZhou

如下图提示 ![image](https://github.com/iconfont-cli/react-native-iconfont-cli/assets/32658637/f28d185e-5124-47b2-9308-c6842e9b5949) ![image](https://github.com/iconfont-cli/react-native-iconfont-cli/assets/32658637/225b2f3f-5074-4259-bf25-d0d6fbc3fac8) IconZhuye.defaultProps = { size: 18, }; 这样的写法,是否可以改成这样呢 FunctionComponent = ({size = 18, color, ...rest})