index.mjs 232 B

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