import { withInstall } from '../utils'; import _SwipeCell from './SwipeCell'; const SwipeCell = withInstall(_SwipeCell); export default SwipeCell; export { SwipeCell };