index.mjs 286 B

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