index.mjs 295 B

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