mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 09:38:09 +08:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Badge from './Badge';
|
|
|
|
export const Badge = withInstall(_Badge);
|
|
export default Badge;
|