react-native-SmartRefreshLayout icon indicating copy to clipboard operation
react-native-SmartRefreshLayout copied to clipboard

feat: 修改 .d.ts 文件

Open scarcoco opened this issue 6 years ago • 0 comments

使用 TypeScript 问题

  1. 修复代码文件导出 SmartRefreshControl,而 .d.ts 文件导出 SmartRefreshLayout 的问题, TS 引用 SmartRefreshLayout 报错;
  2. 修复 renderHeader 只能使用函数,不能使用 React.ReactElement 问题;

scarcoco avatar Feb 07 '20 06:02 scarcoco