mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00: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;
|