index.mjs 286 B

12345678910
  1. import { withInstall } from "../utils/index.mjs";
  2. import _SwipeCell from "./SwipeCell.mjs";
  3. const SwipeCell = withInstall(_SwipeCell);
  4. var stdin_default = SwipeCell;
  5. import { swipeCellProps } from "./SwipeCell.mjs";
  6. export {
  7. SwipeCell,
  8. stdin_default as default,
  9. swipeCellProps
  10. };