vant/src/coupon-cell/index.ts

8 lines
197 B
TypeScript

import { withInstall } from '../utils';
import _CouponCell from './CouponCell';
const CouponCell = withInstall<typeof _CouponCell>(_CouponCell);
export default CouponCell;
export { CouponCell };