chore: improve withInstall typing (#9354)
* chore: improve withInstall typing * chore: upd * fix: missing entry
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { withInstall } from '../utils';
|
||||
import _SwipeItem from './SwipeItem';
|
||||
|
||||
const SwipeItem = withInstall<typeof _SwipeItem>(_SwipeItem);
|
||||
|
||||
export const SwipeItem = withInstall(_SwipeItem);
|
||||
export default SwipeItem;
|
||||
export { SwipeItem };
|
||||
|
||||
Reference in New Issue
Block a user