import Button from './src/BasicButton.vue'; import { withInstall } from '../util'; withInstall(Button); export { Button };