mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 09:38:09 +08:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Card from './Card';
|
|
|
|
const Card = withInstall<typeof _Card>(_Card);
|
|
|
|
export default Card;
|
|
export { Card };
|