mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-09 21:18:12 +08:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
import { withInstall } from '../utils';
|
|
import _CouponCell from './CouponCell';
|
|
|
|
const CouponCell = withInstall<typeof _CouponCell>(_CouponCell);
|
|
|
|
export default CouponCell;
|
|
export { CouponCell };
|