import { SwipeAction } from './swipe-action';
export type { SwipeActionProps } from './PropsType';
export default SwipeAction;
