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