import { withInstall } from "../utils/index.mjs";
import _SwipeCell from "./SwipeCell.mjs";
const SwipeCell = withInstall(_SwipeCell);
var stdin_default = SwipeCell;
import { swipeCellProps } from "./SwipeCell.mjs";
export {
  SwipeCell,
  stdin_default as default,
  swipeCellProps
};