1
import ButtonLib from './src/BasicButton.vue';
2 3
import { withInstall } from '../util';
4
export const Button = withInstall(ButtonLib);