import { withInstall } from '@kankan/utils'; import Button from './src/button.vue'; export const UIButton = withInstall(Button); export default UIButton;