index.mjs 218 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _CellGroup from "./CellGroup.mjs";
  3. const CellGroup = withInstall(_CellGroup);
  4. var stdin_default = CellGroup;
  5. export {
  6. CellGroup,
  7. stdin_default as default
  8. };