8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
import { withInstall } from '../utils';
|
|
import _PullRefresh from './PullRefresh';
|
|
|
|
const PullRefresh = withInstall<typeof _PullRefresh>(_PullRefresh);
|
|
|
|
export default PullRefresh;
|
|
export { PullRefresh };
|