ant-design-vue/components/badge/index.ts

5 lines
110 B
TypeScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import Badge from './Badge';
2020-11-01 07:03:33 +00:00
import { withInstall } from '../_util/type';
2017-11-16 10:29:02 +00:00
2020-11-01 07:03:33 +00:00
export default withInstall(Badge);