mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
types: improve generated component typing (#8308)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { installable } from '../utils';
|
||||
import { withInstall } from '../utils';
|
||||
import _PullRefresh from './PullRefresh';
|
||||
|
||||
const PullRefresh = installable(_PullRefresh);
|
||||
const PullRefresh = withInstall<typeof _PullRefresh>(_PullRefresh);
|
||||
|
||||
export default PullRefresh;
|
||||
export { PullRefresh };
|
||||
|
Reference in New Issue
Block a user