index.mjs 232 B

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