Files
vant/src/swipe-cell/index.ts
T

8 lines
190 B
TypeScript

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