Files
vant/src/pull-refresh/index.ts
T

8 lines
204 B
TypeScript

import { withInstall } from '../utils';
import _PullRefresh from './PullRefresh';
const PullRefresh = withInstall<typeof _PullRefresh>(_PullRefresh);
export default PullRefresh;
export { PullRefresh };