vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 295 B
JavaScript
import { withInstall } from "../utils/index.mjs";
import _CouponCell from "./CouponCell.mjs";
const CouponCell = withInstall(_CouponCell);
var stdin_default = CouponCell;
import { couponCellProps } from "./CouponCell.mjs";
export {
CouponCell,
couponCellProps,
stdin_default as default
};