index.ts 125 Bytes
import Button from './src/BasicButton.vue';
import { withInstall } from '../util';

withInstall(Button);

export { Button };