index.mjs 241 B

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