mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 06:31:45 +08:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Badge from './Badge';
|
|
|
|
const Badge = withInstall<typeof _Badge>(_Badge);
|
|
|
|
export default Badge;
|
|
export { Badge };
|